id summary reporter owner description type status milestone component version severity resolution keywords cc 3186 void boost::filesystem::basic_path::clear() missing Jörg Schmidt Beman Dawes "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" Bugs closed Boost 1.40.0 filesystem Boost 1.39.0 Problem fixed