[Boost-bugs] [Boost C++ Libraries] #3804: adapt rvalue references

Subject: [Boost-bugs] [Boost C++ Libraries] #3804: adapt rvalue references
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-29 16:04:09


#3804: adapt rvalue references
-------------------------------------+--------------------------------------
 Reporter: anonymous | Owner: johnmaddock
     Type: Feature Requests | Status: new
Milestone: Boost 1.43.0 | Component: type_traits
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 Boost.TypeTraits, in particular the reference modification metafunctions,
 does not support rvalue references.

 this assert fails with gcc 4.4/-std=c++0x:
 static_assert(std::is_same<boost::remove_reference<int&&>::type,int>::value,"");

 In my opinion, add_lvalue_reference and add_rvalue_reference should be
 added to keep Boost.TypeTraits conform to c++0x's type traits library
 (n3000/20.6)

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