Fix BOOST_NO_STDC_NAMESPACE problem; see ticket 2687

[SVN r50844]
This commit is contained in:
Beman Dawes
2009-01-28 14:38:48 +00:00
parent d2ce3c5791
commit 816cad7bd8

View File

@ -86,9 +86,11 @@
#include <boost/detail/workaround.hpp>
#if defined(BOOST_NO_STDC_NAMESPACE)
namespace std {
using ::codecvt;
using ::mbstate_t;
using ::size_t
}
#endif
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)