Opened 5 years ago
#13424 new Bugs
incorect path separator in filesystem::weakly_canonical
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | filesystem |
Version: | Boost 1.66.0 | Severity: | Problem |
Keywords: | weakly_canonical | Cc: |
Description
On windows for this code:
path t = "."; cout << weakly_canonical(t) << endl;
I got: C:/test\boost_test
Note:
See TracTickets
for help on using tickets.