Correct comment regarding wchar_t

[SVN r7691]
This commit is contained in:
Beman Dawes
2000-08-30 12:50:04 +00:00
parent 9b41c3b48d
commit 47685362cb

View File

@@ -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