Opened 13 years ago
Closed 13 years ago
#3186 closed Bugs (fixed)
void boost::filesystem::basic_path::clear() missing
| Reported by: | Owned by: | Beman Dawes | |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | filesystem | 
| Version: | Boost 1.39.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
The clear() method of basic_path is missing (in path.hpp), although it is documented in http://www.boost.org/doc/libs/1_39_0/libs/filesystem/doc/reference.html
Because the correspondent empty() method is available, I assume that clear() was simply forgotten.
Currently I work aorund this by assigning an empty string to the path instead of calling clear() on that path.
Best regards
Jörg
  Note:
 See   TracTickets
 for help on using tickets.
    

(In [54055]) Filesystem: add basic_path::clear() to fix #3186, clear() missing