Opened 13 years ago
Closed 13 years ago
#3176 closed Bugs (fixed)
Easy to Fix: Filesystem::basic_path::stem & extension use hard coded '.' character to split filename and extension
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | filesystem |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | filesystem path | Cc: |
Description
Seems there should be abstract name for this separator, like extension_separator<>.
Regardless, code in both:
basic_path<String, Traits>::stem() basic_path<String, Traits>::extension()
use a hard-coded value of '.' instead of dot<path_type>::value
Attachments (2)
Change History (5)
by , 13 years ago
Attachment: | path_use_dot.patch added |
---|
comment:1 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The attachment contains only
Could you try again?