added BOOST_NO_STDC_NAMESPACE for KCC 4.0a and older

because <cwchar> does not have using-declarations to put the contents of
<wchar.h> into namespace std, in contrast to <cstdio>, which does.


[SVN r8945]
This commit is contained in:
Jens Maurer
2001-02-05 19:54:58 +00:00
parent 6b3dd0d1cb
commit 9b7b4524e3

View File

@@ -235,6 +235,11 @@
# define BOOST_NO_SLIST
# define BOOST_NO_HASH
# if __KCC_VERSION <= 4001
// at least on Sun, the contents of <cwchar> is not in namespace std
# define BOOST_NO_STDC_NAMESPACE
# endif
// SGI MIPSpro C++ --------------------------------------------------------
#elif defined __sgi