[Boost-bugs] [Boost C++ Libraries] #12743: boost::filesystem in Windows fails to compare two identical paths with different case

Subject: [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:55:16


#12743: boost::filesystem in Windows fails to compare two identical paths with
different case
-----------------------+------------------------------
 Reporter: diecalt@… | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.61.0
 Severity: Problem | Keywords:
-----------------------+------------------------------
 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 different" << std::endl;
         }

 This code prints "Paths are different".

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12743>
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