diff --git a/iterators_test.cpp b/iterators_test.cpp index b1d09c5..a5e39a4 100644 --- a/iterators_test.cpp +++ b/iterators_test.cpp @@ -26,6 +26,10 @@ #include // for std::string #include // for std::ostrstream +# ifdef BOOST_NO_STDC_NAMESPACE + namespace std { using ::strcmp; } +# endif + // Iterator test class template