Improve test so it works even if wchar_t.h is not present.

[SVN r11191]
This commit is contained in:
Darin Adler
2001-09-22 02:54:01 +00:00
parent 502e82e998
commit 7b7eeadafa

View File

@@ -11,7 +11,9 @@
// to explicitly specialize a template on wchar_t if there
// is already a specialization for other integer types.
#ifndef BOOST_NO_CWCHAR
#include <wchar.h>
#endif
namespace boost_no_intrinsic_wchar_t{