[cfe-commits] r137219 - in /cfe/trunk: lib/Sema/SemaDeclCXX.cpp test/CXX/special/class.copy/p15-0x.cpp

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Wed Aug 10 14:41:07 PDT 2011


On 08/10/2011 12:51 PM, Douglas Gregor wrote:
> Author: dgregor
> Date: Wed Aug 10 11:51:53 2011
> New Revision: 137219
>
> URL: http://llvm.org/viewvc/llvm-project?rev=137219&view=rev
> Log:
> When adding the base and member initializers for an implicitly-defined
> special member function, make sure to classify an explicitly-defaulted
> copy constructor as a "copy" operation. Fixes PR10622.
>


Thanks!


Cheers,
Rafael





More information about the cfe-commits mailing list