[cfe-commits] r65103 - /cfe/trunk/lib/AST/DeclBase.cpp

Chris Lattner clattner at apple.com
Mon Feb 23 10:17:48 PST 2009


On Feb 23, 2009, at 9:09 AM, Douglas Gregor wrote:

>> +  }
>
> Should also have a copy-assignment operator:
>
> 	StoredDeclsList& operator=(const StoredDeclsList &RHS);
>

Fixed thanks!

-Chris



More information about the cfe-commits mailing list