2014-05-27 14:54 GMT+02:00 Beman Dawes
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