Opened 6 years ago
Last modified 6 years ago
#12629 new Bugs
temp_directory_path does not conform to GetTempPath on Windows
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | filesystem |
Version: | Boost 1.62.0 | Severity: | Regression |
Keywords: | Cc: | joseph.michael.chadwick@… |
Description
The documentation for temp_directory_path
specifies that on Windows, it shall return "The path reported by the Windows GetTempPath API function."
However, GetTempPath
adds a trailing separator and temp_directory_path
does not.
Attachments (1)
Change History (2)
by , 6 years ago
comment:1 by , 6 years ago
Cc: | added |
---|
Note the GetTempPath documentation specifies that "The returned string ends with a backslash"
Note:
See TracTickets
for help on using tickets.
bug.cpp file as requested by filesystem maintainers in filesystem bug report docs