Boost logo

Boost :

Subject: Re: [boost] [config] any macro to detect "Rvalue references for *this"?
From: Andrzej Krzemienski (akrzemi1_at_[hidden])
Date: 2014-05-28 11:51:54


2014-05-27 14:54 GMT+02:00 Beman Dawes <bdawes_at_[hidden]>:

>
> > Thanks for the reply. What is expected of me then? Only the test case in
> > the ipp file? Or also bjam generated test files? Or also the macro
> > definitions in the headers, and the docs?
> >
> >
> The more you do the less the library maintainer has to do, and that speeds
> processing the pull request. Most of the above is pretty trivial.
>
> For example, to update the docs, edit libs/config/doc/macro_reference.qbk
> with your favorite text editor. Following the lines that read:
>
> [[`BOOST_NO_CXX11_RVALUE_REFERENCES`][The compiler does not support
> r-value references.
> ]]
>
> Add something like:
>
> [[`BOOST_NO_CXX11_RVALUE_REF_THIS`][The compiler does not support
> r-value references for *this .
> ]]
>
> One thing that can be a bit tricky is editing the compiler files. You might
> want to just do the one you are testing, and leave the others to config
> maintainers.

Ok, I submitted a pull request. Let's see if I got all the instructions
right.

Regards,
&rzej


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk