Subject: [Boost-bugs] [Boost C++ Libraries] #3176: Easy to Fix: Filesystem::basic_path::stem & extension use hard coded '.' character to split filename and extension
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-15 16:35:33
#3176: Easy to Fix: Filesystem::basic_path::stem & extension use hard coded '.'
character to split filename and extension
---------------------------------------------------+------------------------
Reporter: Michael A Jones <majic_at_[hidden]> | Owner: bemandawes
Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: filesystem
Version: Boost 1.39.0 | Severity: Problem
Keywords: filesystem path |
---------------------------------------------------+------------------------
Seems there should be abstract name for this separator, like
extension_separator<>.
Regardless, code in both:
basic_path<String, Traits>::stem()
basic_path<String, Traits>::extension()
use a hard-coded value of '.' instead of dot<path_type>::value
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3176> 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:00 UTC