libcomo fix

[SVN r29383]
This commit is contained in:
Jonathan Turkanis
2005-06-02 17:24:45 +00:00
parent 5601452bc1
commit a4810a679a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
#include <boost/iostreams/detail/config/windows_posix.hpp>
#include <boost/iostreams/detail/ios.hpp> // failure.
#ifdef BOOST_NO_STDC_NAMESPACE
#ifdef BOOST_NO_STDC_NAMESPACE && !defined(__LIBCOMO__)
namespace std { using ::strlen; }
#endif

View File

@@ -48,7 +48,7 @@
#undef rand
#undef strlen
#if defined(BOOST_NO_STDC_NAMESPACE) || defined(__LIBCOMO__)
#if defined(BOOST_NO_STDC_NAMESPACE) && !defined(__LIBCOMO__)
namespace std {
using ::memcpy;
using ::strlen;