Boost C++ Libraries: Ticket #7760: boost::decay and std::decay disagree on CV qualifiers https://svn.boost.org/trac10/ticket/7760 <p> boost::decay is defined to only remove array-extents and add pointers to function-pointer types. </p> <p> std::decay does that, plus an extra remove_cv on non-function-pointer types. </p> <p> Is this intentional, or should boost be updated to match the C++11 STL spec? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7760 Trac 1.4.3 John Maddock Thu, 28 May 2015 17:34:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7760#comment:1 https://svn.boost.org/trac10/ticket/7760#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in <a class="ext-link" href="https://github.com/boostorg/type_traits/commit/d3ac8b95c4cbc8876746b573daf3fa60446cfd27"><span class="icon">​</span>https://github.com/boostorg/type_traits/commit/d3ac8b95c4cbc8876746b573daf3fa60446cfd27</a> </p> Ticket