diff --git a/test/transform_iterator_test.cpp b/test/transform_iterator_test.cpp index 6c02a26..f7432cc 100644 --- a/test/transform_iterator_test.cpp +++ b/test/transform_iterator_test.cpp @@ -14,7 +14,6 @@ // to be in iterator_adaptor_test.cpp. #include -#include #include #include #include @@ -23,7 +22,6 @@ #include #include - #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION namespace boost { namespace detail { @@ -105,6 +103,7 @@ int mult_2(int arg) return arg*2; } + int main() { @@ -246,6 +245,5 @@ main() ); } - std::cout << "test successful " << std::endl; return 0; }