6 Nov
2017
6 Nov
'17
12:14 p.m.
Andrzej Krzemienski wrote:
Apparently, this is the second compiler (in addition to MSVC 12) to expose this property: defaulted functions work in general but not with move operations. I will fix it, but ideally it should be fixed in Boost.Config.
As I mentioned last time, this is because defaulted functions were added to the standard before generated move functions (and hence, support for the former is in gcc 4.4, the latter are in 4.6.)