
26 Apr
2010
26 Apr
'10
9:22 p.m.
On 26/04/2010 21:08, Stephan T. Lavavej wrote:
Correct. This wasn't intentional, but /Za ("disable language extensions") has an extremely nasty bug in VC10. It performs elided-copy-constructor-accessibility checks when it shouldn't (specifically, when rvalue references are being bound, in which case no copy constructors are being called, even theoretically).
Thanks for the confirmation. Best, Ion