24 May
2014
24 May
'14
3:50 p.m.
On Sat, May 24, 2014 at 10:41 AM, Andrzej Krzemienski
2014-05-23 15:21 GMT+02:00 Andrzej Krzemienski
: Hi, Is there a macro in Boost.Config that would help me test if a compiler supports a C++11 feature "Rvalue references for *this" ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm)?
Here is the Trac ticket: https://svn.boost.org/trac/boost/ticket/10067
Have you considered writing it yourself and then submitting a pull request? The process of creating a defect macro is documented at: http://www.boost.org/doc/libs/1_55_0/libs/config/doc/html/boost_config/guide... and of course there are lots of examples in the config library to look at. --Beman