[cfe-commits] r131515 - /cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Tue May 17 20:36:25 PDT 2011
On 17.05.2011, at 19:06, Sean Hunt wrote:
> Author: coppro
> Date: Tue May 17 20:06:45 2011
> New Revision: 131515
>
> URL: http://llvm.org/viewvc/llvm-project?rev=131515&view=rev
> Log:
> Force declaration of implicit members in C++0x mode.
>
> I hear at least one person crying out in anguish, but it's unfortunately
> necessary to avoid infinite loops with mutually dependent constructors
> trying to call each other and determine if they are deleted.
Can you explain what that means, and show example code that caused the infinite loop?
Sebastian
More information about the cfe-commits
mailing list