[Bug libstdc++/95048] [10/11 Regression] wstring-constructor of std::filesystem::path throws for non-ASCII characters

2022-11-22 Thread ulf.lorenz at ptvgroup dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95048 --- Comment #23 from Ulf Lorenz --- I have just one tiny comment on the patches, and that is the tests. In my original submission, I also modified the tests that verify the path output (path::wstring() in particular) that AFAIR also had the enco

[Bug libstdc++/95048] [10/11/12/13 Regression] wstring-constructor of std::filesystem::path throws for non-ASCII characters

2022-10-25 Thread ulf.lorenz at ptvgroup dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95048 --- Comment #17 from Ulf Lorenz --- Your point was an item during implementation. Besides the other cases being rare and probably exotic, the killer argument was that it would be way more complex. While I am confident now that I can move around t

[Bug libstdc++/95048] [10/11/12/13 Regression] wstring-constructor of std::filesystem::path throws for non-ASCII characters

2022-10-24 Thread ulf.lorenz at ptvgroup dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95048 Ulf Lorenz changed: What|Removed |Added CC||ulf.lorenz at ptvgroup dot com --- Comment