Subject: [Boost-bugs] [Boost C++ Libraries] #7021: filesystem::path::has_filename() is wrong
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-24 11:50:12
#7021: filesystem::path::has_filename() is wrong
---------------------------------+------------------------------------------
Reporter: cleanrock@⦠| Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.49.0 | Severity: Problem
Keywords: |
---------------------------------+------------------------------------------
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(); }
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7021> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC