mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-27 17:12:17 +00:00
libcomo fix
[SVN r29383]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user