forked from boostorg/static_assert
Fixed WCHAR_MIN issues
[SVN r11073]
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
#include <cwchar>
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
#if defined(__BORLANDC__) && !defined(WCHAR_MIN)
|
||||
#if !defined(WCHAR_MIN)
|
||||
#define WCHAR_MIN 0
|
||||
#endif
|
||||
|
||||
@ -29,3 +29,4 @@ int main()
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user