Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12743: boost::filesystem in Windows fails to compare two identical paths with different case
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-01-10 14:56:46
#12743: boost::filesystem in Windows fails to compare two identical paths with
different case
-------------------------------+---------------------
Reporter: diecalt@⦠| Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.61.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------
Comment (by anonymous):
Formatted Code:
{{{
boost::filesystem::path a = "e:\\Temp\\One";
boost::filesystem::path b = "E:\\Temp\\One";
if (a == b)
{
std::cout << "Paths are identical" << std::endl;
}
else
{
std::cout << "Paths are identical" << std::endl;
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12743#comment:1> 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:20 UTC