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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
