Opened 13 years ago

Closed 13 years ago

#3186 closed Bugs (fixed)

void boost::filesystem::basic_path::clear() missing

Reported by: Jörg Schmidt <joerg.schmidt@…> 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

Change History (1)

comment:1 by Beman Dawes, 13 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.