mirror of
https://github.com/boostorg/config.git
synced 2026-04-29 02:24:13 +02:00
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:
@@ -596,6 +596,10 @@
|
||||
# define BOOST_SYSTEM_HAS_STDINT_H
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE_CC__
|
||||
#define BOOST_NO_INTRINSIC_WCHAR_T
|
||||
#endif
|
||||
|
||||
#ifndef BOOST_STD_EXTENSION_NAMESPACE
|
||||
# define BOOST_STD_EXTENSION_NAMESPACE std
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user