Commit f4cfe221 by Jonathan Wakely Committed by Jonathan Wakely

Fix comments saying why headers are included

	* src/c++98/locale.cc: Fix comment.
	* src/c++98/locale_init.cc: Likewise.

From-SVN: r228446
parent 30748ef9
2015-10-03 Jonathan Wakely <jwakely@redhat.com>
* src/c++98/locale.cc: Fix comment.
* src/c++98/locale_init.cc: Likewise.
* testsuite/21_strings/basic_string/literals/types.cc: Guard use of
wchar_t with _GLIBCXX_USE_WCHAR_T.
* testsuite/21_strings/basic_string/literals/values.cc: Likewise.
......
......@@ -23,7 +23,6 @@
#define _GLIBCXX_USE_CXX11_ABI 1
#include <clocale>
#include <cstring>
#include <cstdlib> // For getenv
#include <cctype>
#include <cwctype> // For towupper, etc.
#include <locale>
......
......@@ -23,7 +23,7 @@
#define _GLIBCXX_USE_CXX11_ABI 1
#include <clocale>
#include <cstring>
#include <cstdlib> // For getenv, free.
#include <cstdlib> // For free.
#include <cctype>
#include <cwctype> // For towupper, etc.
#include <locale>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment