mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
Add workaround for BOOST_NO_STDC_NAMESPACE
[SVN r10681]
This commit is contained in:
parent
32c77599f4
commit
31d0908b74
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user