| 27 | #include "context_setup.hpp" |
| 28 | |
| 29 | BOOST_AUTO_TEST_CASE(value_type) |
| 30 | { |
| 31 | BOOST_STATIC_ASSERT(( |
| 32 | boost::is_same< |
| 33 | boost::compute::discard_iterator::value_type, void |
| 34 | >::value |
| 35 | )); |
| 36 | } |
| 37 | |
| 38 | BOOST_AUTO_TEST_CASE(distance) |
| 39 | { |
nothing calls this directly
no test coverage detected