]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix filesystem build for Windows
authorJonathan Wakely <jwakely@redhat.com>
Tue, 28 Jun 2022 11:56:19 +0000 (12:56 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 28 Jun 2022 11:58:18 +0000 (12:58 +0100)
commitbb1f266a7d602ffee4a070f586351bdfafcb6150
tree5cbebac533b8e31ae59a3342b8e34872771cb3b1
parent133d0d422ebd18dbd215cfa5394aff9f938e7060
libstdc++: Fix filesystem build for Windows

I only half remembered to use char_type instead of char for filesystem
paths, so that it works with wchar_t on Windows. This fixes the
bootstrap failure.

libstdc++-v3/ChangeLog:

* src/filesystem/dir-common.h (_Dir_base::_At_path):
Use char_type consistently for paths.
libstdc++-v3/src/filesystem/dir-common.h
This page took 0.056439 seconds and 5 git commands to generate.