mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
simplified namespace issue with mbstate_t
[SVN r46408]
This commit is contained in:
@@ -85,17 +85,10 @@
|
|||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/detail/workaround.hpp>
|
||||||
|
|
||||||
namespace std {
|
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||||
#if defined(__LIBCOMO__)
|
|
||||||
using ::mbstate_t;
|
|
||||||
#elif defined(BOOST_DINKUMWARE_STDLIB) && !defined(__BORLANDC__)
|
|
||||||
using ::mbstate_t;
|
|
||||||
#elif defined(__SGI_STL_PORT)
|
|
||||||
#elif defined(BOOST_NO_STDC_NAMESPACE)
|
|
||||||
using ::mbstate_t;
|
|
||||||
using ::codecvt;
|
using ::codecvt;
|
||||||
|
using ::mbstate_t;
|
||||||
#endif
|
#endif
|
||||||
} // namespace std
|
|
||||||
|
|
||||||
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)
|
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)
|
||||||
#define BOOST_CODECVT_DO_LENGTH_CONST const
|
#define BOOST_CODECVT_DO_LENGTH_CONST const
|
||||||
|
Reference in New Issue
Block a user