* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.

From-SVN: r228433
This commit is contained in:
Jonathan Wakely 2015-10-02 22:47:38 +01:00 committed by Jonathan Wakely
parent 89f54035b8
commit 38cccb0b7e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2015-10-02 Jonathan Wakely <jwakely@redhat.com>
* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
* include/bits/locale_conv.h [!_GLIBCXX_USE_WCHAR_T]
(__do_str_codecvt, __str_codecvt_in, __str_codecvt_out): Enable.
* include/experimental/fs_path.h [!_GLIBCXX_USE_WCHAR_T]

View File

@ -2518,7 +2518,7 @@ dnl Check for explicit debug flags.
dnl
dnl --enable-libstdcxx-debug-flags='-O1'
dnl is a general method for passing flags to be used when
dnl building debug libraries with --enable-debug.
dnl building debug libraries with --enable-libstdcxx-debug.
dnl
dnl --disable-libstdcxx-debug-flags does nothing.
dnl + Usage: GLIBCXX_ENABLE_DEBUG_FLAGS(default flags)