[Boost-bugs] [Boost C++ Libraries] #4112: [smart_ptr] BOOST_HAS_RVALUE_REFS vs BOOST_NO_RVALUE_REFERENCES

Subject: [Boost-bugs] [Boost C++ Libraries] #4112: [smart_ptr] BOOST_HAS_RVALUE_REFS vs BOOST_NO_RVALUE_REFERENCES
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-04-18 10:40:45


#4112: [smart_ptr] BOOST_HAS_RVALUE_REFS vs BOOST_NO_RVALUE_REFERENCES
--------------------------------------------------+-------------------------
 Reporter: rwebb <richard.webb@…> | Owner: pdimov
     Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: smart_ptr
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
--------------------------------------------------+-------------------------
 The current version of smart_ptr enables its rvalue reference support
 based on the presence of BOOST_HAS_RVALUE_REFS.
 Should it be using BOOST_NO_RVALUE_REFERENCES instead?

 This is important because the MSVC config header never defines
 BOOST_HAS_RVALUE_REFS, only BOOST_NO_RVALUE_REFERENCES (on versions before
 VC10).

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