forked from boostorg/config
Turns out that the BOOST_NO_CWCHAR for BSD and Mac OS are already covered
fine by the platform includes, so I didn't have to add this here. It was sufficient to remove the code from gcc.hpp. Jens Maurer pointed this out. [SVN r11211]
This commit is contained in:
@@ -74,13 +74,4 @@
|
||||
# define BOOST_NO_STD_ITERATOR
|
||||
#endif
|
||||
|
||||
//
|
||||
// Define BOOST_NO_CWCHAR and BOOST_NO_CWCTYPE for platforms known to
|
||||
// have C libraries without <wchar_t.h> or <wctype.h>:
|
||||
//
|
||||
#if defined(__APPLE_CC__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
# define BOOST_NO_CWCHAR
|
||||
# define BOOST_NO_CWCTYPE
|
||||
#endif
|
||||
|
||||
#define BOOST_STDLIB "SGI standard library"
|
||||
|
Reference in New Issue
Block a user