[Bug libstdc++/93245] std::experimental::filesystem::path::generic_string() doesn't normalize
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Mar 21 22:39:22 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93245
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <redi@gcc.gnu.org>:
https://gcc.gnu.org/g:a577c0c26931090e7c25e56ef5ffc807627961ec
commit r10-7318-ga577c0c26931090e7c25e56ef5ffc807627961ec
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Sat Mar 21 22:11:44 2020 +0000
libstdc++: Fix experimental::path::generic_string (PR 93245)
This function was unimplemented, simply returning the native format
string instead.
PR libstdc++/93245
* include/experimental/bits/fs_path.h
(path::generic_string<C,T,A>()):
* testsuite/experimental/filesystem/path/generic/generic_string.cc:
Improve test coverage.
More information about the Gcc-bugs
mailing list