Opened 8 years ago

Closed 8 years ago

#10067 closed Feature Requests (fixed)

add config macro BOOST_NO_CXX11_RVALUE_REFERENCES_FOR_THIS

Reported by: akrzemi1 Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost 1.55.0 Severity: Problem
Keywords: rvalue reference support Cc:

Description

Add another macro for detecting the feature known as "rvalue references for *this" (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm). I need it to implement features in Boost.Optional.

According to online references, it is implemented in:

Change History (3)

comment:1 by akrzemi1, 8 years ago

Summary: add config macro BOOST_NO_CXX_RVALUE_REFERENCES_FOR_THIadd config macro BOOST_NO_CXX11_RVALUE_REFERENCES_FOR_THI

comment:2 by akrzemi1, 8 years ago

Summary: add config macro BOOST_NO_CXX11_RVALUE_REFERENCES_FOR_THIadd config macro BOOST_NO_CXX11_RVALUE_REFERENCES_FOR_THIS

comment:3 by John Maddock, 8 years ago

Resolution: fixed
Status: newclosed

This is BOOST_NO_CXX11_REF_QUALIFIERS

Note: See TracTickets for help on using tickets.