-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
available on masterFix is done on master branch, issue closed on next releaseFix is done on master branch, issue closed on next releasebugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
extension of a path ending in parent directory returns "."
To Reproduce
CHECK(fs::path("/foo/..").extension() == ".");
Expected behavior
but reference site is different ( https://en.cppreference.com/w/cpp/filesystem/path/extension )
CHECK(fs::path("/foo/..").extension() == "");
Additional context
nothing
Metadata
Metadata
Assignees
Labels
available on masterFix is done on master branch, issue closed on next releaseFix is done on master branch, issue closed on next releasebugSomething isn't workingSomething isn't working