put the MacOS X c++ compiler (which is a derivative of g++ 2.95.2)

down as not supporting wchar_t. This is because the wchar.h header
file does not get installed :(


[SVN r11041]
This commit is contained in:
Jeremy Siek
2001-09-06 03:56:53 +00:00
parent 1ba1b836c7
commit 8c880467e1

View File

@ -596,6 +596,10 @@
# define BOOST_SYSTEM_HAS_STDINT_H # define BOOST_SYSTEM_HAS_STDINT_H
#endif #endif
#ifdef __APPLE_CC__
#define BOOST_NO_INTRINSIC_WCHAR_T
#endif
#ifndef BOOST_STD_EXTENSION_NAMESPACE #ifndef BOOST_STD_EXTENSION_NAMESPACE
# define BOOST_STD_EXTENSION_NAMESPACE std # define BOOST_STD_EXTENSION_NAMESPACE std
#endif #endif