forked from boostorg/config
Patch for STLPort configs with no wide stream support.
[SVN r24915]
This commit is contained in:
@ -82,6 +82,19 @@
|
|||||||
# define BOOST_NO_STD_ALLOCATOR
|
# define BOOST_NO_STD_ALLOCATOR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// If STLport thinks there is no wchar_t at all, then we have to disable
|
||||||
|
// the support for the relevant specilazations of std:: templates.
|
||||||
|
//
|
||||||
|
#if !defined(_STLP_HAS_WCHAR_T) && !defined(_STLP_WCHAR_T_IS_USHORT)
|
||||||
|
# ifndef BOOST_NO_STD_WSTRING
|
||||||
|
# define BOOST_NO_STD_WSTRING
|
||||||
|
# endif
|
||||||
|
# ifndef BOOST_NO_STD_WSTREAMBUF
|
||||||
|
# define BOOST_NO_STD_WSTREAMBUF
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// We always have SGI style hash_set, hash_map, and slist:
|
// We always have SGI style hash_set, hash_map, and slist:
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user