forked from boostorg/utility
Add workaround for BOOST_NO_STDC_NAMESPACE
[SVN r10681]
This commit is contained in:
@ -26,6 +26,10 @@
|
|||||||
#include <string> // for std::string
|
#include <string> // for std::string
|
||||||
#include <strstream> // for std::ostrstream
|
#include <strstream> // for std::ostrstream
|
||||||
|
|
||||||
|
# ifdef BOOST_NO_STDC_NAMESPACE
|
||||||
|
namespace std { using ::strcmp; }
|
||||||
|
# endif
|
||||||
|
|
||||||
|
|
||||||
// Iterator test class
|
// Iterator test class
|
||||||
template <class T, class R, class P>
|
template <class T, class R, class P>
|
||||||
|
Reference in New Issue
Block a user