mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
Add workaround for BOOST_NO_STDC_NAMESPACE
[SVN r10681]
This commit is contained in:
@ -26,6 +26,10 @@
|
||||
#include <string> // for std::string
|
||||
#include <strstream> // for std::ostrstream
|
||||
|
||||
# ifdef BOOST_NO_STDC_NAMESPACE
|
||||
namespace std { using ::strcmp; }
|
||||
# endif
|
||||
|
||||
|
||||
// Iterator test class
|
||||
template <class T, class R, class P>
|
||||
|
Reference in New Issue
Block a user