[Bug c++/85247] Filesystem filename() wrong result for host-like path

2018-04-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85247 --- Comment #3 from Jonathan Wakely --- I've already reported it as a potential defect in the standard, so it will get addressed (either by fixing the standard or giving justification for leaving it as is). The Filesystem library is not meant to

[Bug c++/85247] Filesystem filename() wrong result for host-like path

2018-04-06 Thread ixsci at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85247 --- Comment #2 from Evgeniy Shcherbina --- How is that incorrect? It is a pretty valid URI which I can change to this: "ftp://blahblah.org"; and gcc will tell me that filename is "blahblah.org" which is obviously wrong. Anyway, I will find where

[Bug c++/85247] Filesystem filename() wrong result for host-like path

2018-04-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85247 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---