From 6bf5f7c4f50d1f8e81987486caa57a1217bed855 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sat, 22 Sep 2001 16:37:59 +0000 Subject: [PATCH] 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] --- include/boost/config/stdlib/sgi.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/boost/config/stdlib/sgi.hpp b/include/boost/config/stdlib/sgi.hpp index 0108fb34..37c1e0c5 100644 --- a/include/boost/config/stdlib/sgi.hpp +++ b/include/boost/config/stdlib/sgi.hpp @@ -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 or : -// -#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"