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:
Darin Adler
2001-09-22 16:37:59 +00:00
parent 9a1b970ed3
commit 6bf5f7c4f5

View File

@@ -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"