forked from boostorg/integer
Merged from Version_1_33_1
[SVN r31949]
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
// These are an implementation detail and not part of the interface
|
// These are an implementation detail and not part of the interface
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
// we need wchar.h for WCHAR_MAX/MIN but not all platforms provide it,
|
// we need wchar.h for WCHAR_MAX/MIN but not all platforms provide it,
|
||||||
// and some may have <wchar.h> but not <cwchar> ...
|
// and some may have <wchar.h> but not <cwchar> ...
|
||||||
#if !defined(BOOST_NO_INTRINSIC_WCHAR_T) && (!defined(BOOST_NO_CWCHAR) || defined(sun) || defined(__sun))
|
#if !defined(BOOST_NO_INTRINSIC_WCHAR_T) && (!defined(BOOST_NO_CWCHAR) || defined(sun) || defined(__sun))
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
Reference in New Issue
Block a user