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

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3804: adapt rvalue references
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-05 12:59:12


#3804: adapt rvalue references
-------------------------------------+--------------------------------------
 Reporter: anonymous | Owner: johnmaddock
     Type: Feature Requests | Status: assigned
Milestone: Boost 1.43.0 | Component: type_traits
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------

Comment(by anonymous):

 This piece of code fails on VC10 as well:

 #include <boost/type_traits/remove_const.hpp>
 int main()
 {
         boost::remove_const<int&&>::type c;
 }

 remove_const.hpp(52): error C2528: 'abstract declarator' : pointer to
 reference is illegal
 ...

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