From 47685362cb65c7e95326a89171667801712ea440 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 30 Aug 2000 12:50:04 +0000 Subject: [PATCH] Correct comment regarding wchar_t [SVN r7691] --- include/boost/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 19585e81..3766323a 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -284,7 +284,7 @@ # ifdef BOOST_NO_STDC_NAMESPACE # include 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