[Boost-bugs] [Boost C++ Libraries] #7760: boost::decay and std::decay disagree on CV qualifiers

Subject: [Boost-bugs] [Boost C++ Libraries] #7760: boost::decay and std::decay disagree on CV qualifiers
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-03 19:19:17


#7760: boost::decay and std::decay disagree on CV qualifiers
----------------------------------+-----------------------------------------
 Reporter: jaredgrubb@… | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
  Version: Boost 1.52.0 | Severity: Problem
 Keywords: |
----------------------------------+-----------------------------------------
 boost::decay is defined to only remove array-extents and add pointers to
 function-pointer types.

 std::decay does that, plus an extra remove_cv on non-function-pointer
 types.

 Is this intentional, or should boost be updated to match the C++11 STL
 spec?

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