Subject: [Boost-bugs] [Boost C++ Libraries] #7832: Missing and invalid macros in Boost.Move
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-26 20:19:18
#7832: Missing and invalid macros in Boost.Move
---------------------------------------+------------------------------------
Reporter: adam.wulkiewicz@⦠| Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: move
Version: Boost 1.52.0 | Severity: Problem
Keywords: |
---------------------------------------+------------------------------------
For BOOST_NO_RVALUE_REFERENCES copy assign ref macros for templates are
defined as
BOOST_COPY_REF_3_TEMPL_ARGS[[BR]]
BOOST_COPY_REF_2_TEMPL_ARGS
, for !BOOST_NO_RVALUE_REFERENCES they are
BOOST_MOVE_COPY_ASSIGN_REF_2_TEMPL_ARGS[[BR]]
BOOST_MOVE_COPY_ASSIGN_REF_3_TEMPL_ARGS
, and they should probably be
BOOST_COPY_ASSIGN_REF_2_TEMPL_ARGS[[BR]]
BOOST_COPY_ASSIGN_REF_3_TEMPL_ARGS
For !BOOST_NO_RVALUE_REFERENCES
BOOST_COPY_ASSIGN_REF_BEG and BOOST_COPY_ASSIGN_REF_END is not defined.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7832> 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