Opened 17 years ago
Closed 17 years ago
#528 closed Bugs (Works For Me)
filesystem::path doesn't allow $ on Windows
| Reported by: | terris | Owned by: | beman_dawes |
|---|---|---|---|
| Milestone: | Component: | filesystem | |
| Version: | None | Severity: | |
| Keywords: | Cc: |
Description
Boost 1.32.0
Windows XP Pro SP2
This fails on Windows, but paths on Windows can contain
dollar signs.
boost::filesystem::path p("hello$world.txt",
boost::filesystem::native);
Note:
See TracTickets
for help on using tickets.
