forked from boostorg/config
Added config and header include changes needed to support MSVC + STLport 5.0.
[SVN r30701]
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
// then the io stream facets are not available in namespace std::
|
// then the io stream facets are not available in namespace std::
|
||||||
//
|
//
|
||||||
#ifdef _STLPORT_VERSION
|
#ifdef _STLPORT_VERSION
|
||||||
# if !defined(_STLP_OWN_IOSTREAMS) && defined(_STLP_USE_NAMESPACES) && defined(BOOST_NO_USING_TEMPLATE) && !defined(__BORLANDC__)
|
# if !(_STLPORT_VERSION >= 0x500) && !defined(_STLP_OWN_IOSTREAMS) && defined(_STLP_USE_NAMESPACES) && defined(BOOST_NO_USING_TEMPLATE) && !defined(__BORLANDC__)
|
||||||
# define BOOST_NO_STD_LOCALE
|
# define BOOST_NO_STD_LOCALE
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user