forked from boostorg/config
Improve test so it works even if wchar_t.h is not present.
[SVN r11191]
This commit is contained in:
@@ -11,7 +11,9 @@
|
|||||||
// to explicitly specialize a template on wchar_t if there
|
// to explicitly specialize a template on wchar_t if there
|
||||||
// is already a specialization for other integer types.
|
// is already a specialization for other integer types.
|
||||||
|
|
||||||
|
#ifndef BOOST_NO_CWCHAR
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace boost_no_intrinsic_wchar_t{
|
namespace boost_no_intrinsic_wchar_t{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user