]> 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>
Fri, 7 Aug 2020 11:42:19 +0000 (12:42 +0100)
commit01cbd26b022cc9d4eaf26287b48299acfce80348
tree5fe4dd7501d4ac02c143b741fe5cb034f6505bf3
parent39a5a04daa09c711caeb6aaff12f1d03406fe29f
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>()):
Return the generic format not the native format.
* testsuite/experimental/filesystem/path/generic/generic_string.cc:
Improve test coverage.

(cherry picked from commit a577c0c26931090e7c25e56ef5ffc807627961ec)
libstdc++-v3/include/experimental/bits/fs_path.h
libstdc++-v3/testsuite/experimental/filesystem/path/generic/generic_string.cc
This page took 0.061248 seconds and 6 git commands to generate.