]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix experimental::path::generic_string (PR 93245)
authorJonathan Wakely <jwakely@redhat.com>
Sat, 21 Mar 2020 22:11:44 +0000 (22:11 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Sat, 21 Mar 2020 22:11:44 +0000 (22:11 +0000)
commita577c0c26931090e7c25e56ef5ffc807627961ec
treed5ba69e0d731c6255ab49ea2810edca0d0efe8f3
parent9fc985118d9f5014afc1caf32a411ee5803fba61
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.
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/bits/fs_path.h
libstdc++-v3/testsuite/experimental/filesystem/path/generic/generic_string.cc
This page took 0.056297 seconds and 5 git commands to generate.