Re: [patch] Make std::reference_wrapper trivially copyable.

2014-11-03 Thread Jonathan Wakely
Messed up the content-types here too, the body was meant to be: On 04/11/14 02:53 +, Jonathan Wakely wrote: This might be required for C++17, and is beneficial anyway, so let's change it now. Tested x86_64-linux, committed to trunk.

[patch] Make std::reference_wrapper trivially copyable.

2014-11-03 Thread Jonathan Wakely
This might be required for C++17, and is beneficial anyway, so let's change it now. Tested x86_64-linux, committed to trunk. commit 3b1cfc115060eb85f2a43c4bef80d25c4aefaa95 Author: Jonathan Wakely Date: Tue Nov 4 01:51:48 2014 + Make reference_wrapper trivially copyable.