https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93245

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Jonathan Wakely
<r...@gcc.gnu.org>:

https://gcc.gnu.org/g:88f2b72e77fea11803b761f4fb569d83266e1d9e

commit r9-8793-g88f2b72e77fea11803b761f4fb569d83266e1d9e
Author: Jonathan Wakely <jwak...@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>()):
            Return the generic format path, not the native one.
            * testsuite/experimental/filesystem/path/generic/generic_string.cc:
            Improve test coverage.

    (cherry picked from commit a577c0c26931090e7c25e56ef5ffc807627961ec)

Reply via email to