[Boost-bugs] [Boost C++ Libraries] #10454: windows_file_codecvt::do_length doesn't use BOOST_CODECVT_DO_LENGTH_CONST

Subject: [Boost-bugs] [Boost C++ Libraries] #10454: windows_file_codecvt::do_length doesn't use BOOST_CODECVT_DO_LENGTH_CONST
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-04 10:19:53


#10454: windows_file_codecvt::do_length doesn't use BOOST_CODECVT_DO_LENGTH_CONST
------------------------------+------------------------
 Reporter: m.kosch@… | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
  Version: Boost 1.56.0 | Severity: Problem
 Keywords: |
------------------------------+------------------------
 In Visual Studio the first parameter of {{{std::codecvt::do_length}}} is
 defined as a const reference whereas in the derived class
 {{{windows_file_codecvt}}} the first parameter of {{{do_length}}} it is
 defined as non-const reference. This leads to improper overloading of the
 method.

 See also: #10354

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