r228417 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Fri Oct 2 19:38:00 GMT 2015
Author: redi
Date: Fri Oct 2 19:38:38 2015
New Revision: 228417
URL: https://gcc.gnu.org/viewcvs?rev=228417&root=gcc&view=rev
Log:
Allow Filesystem TS to compile without wchar_t
* 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]
(path::wstring, path::generic_wstring): Disable.
* src/filesystem/path.cc (path::_S_convert_loc)
[!_GLIBCXX_USE_WCHAR_T]: Skip conversion.
* testsuite/experimental/filesystem/path/assign/assign.cc: Check for
wchar_t support.
* testsuite/experimental/filesystem/path/concat/strings.cc: Likewise.
* testsuite/experimental/filesystem/path/construct/range.cc: Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/locale_conv.h
trunk/libstdc++-v3/include/experimental/fs_path.h
trunk/libstdc++-v3/src/filesystem/path.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/path/assign/assign.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/path/concat/strings.cc
trunk/libstdc++-v3/testsuite/experimental/filesystem/path/construct/range.cc
More information about the Libstdc++-cvs
mailing list