id summary reporter owner description type status milestone component version severity resolution keywords cc 7021 filesystem::path::has_filename() is wrong cleanrock@… Beman Dawes "in filesystem/v3/path.hpp : bool has_filename() const { return !m_pathname.empty(); } should be (according to docs): bool has_filename() const { return !filename().empty(); } " Bugs closed To Be Determined filesystem Boost 1.49.0 Problem wontfix