no std::wstring if no wchar_t support

[SVN r11179]
This commit is contained in:
Jens Maurer
2001-09-20 20:15:20 +00:00
parent ade04d122e
commit 45cb855a1c

View File

@@ -18,6 +18,10 @@
#define BOOST_NO_STD_MESSAGES #define BOOST_NO_STD_MESSAGES
#endif #endif
#ifndef MSIPL_WCHART
#define BOOST_NO_STD_WSTRING
#endif
#define BOOST_STDLIB "Modena C++ standard library" #define BOOST_STDLIB "Modena C++ standard library"