forked from boostorg/config
Correct comment regarding wchar_t
[SVN r7691]
This commit is contained in:
@@ -284,7 +284,7 @@
|
|||||||
# ifdef BOOST_NO_STDC_NAMESPACE
|
# ifdef BOOST_NO_STDC_NAMESPACE
|
||||||
# include <cstddef>
|
# include <cstddef>
|
||||||
namespace std { using ::ptrdiff_t; using ::size_t; }
|
namespace std { using ::ptrdiff_t; using ::size_t; }
|
||||||
// using ::wchar_t; removed to work around old compilers (Ed Brey)
|
// using ::wchar_t; removed since wchar_t is a C++ built-in type (Ed Brey)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user