http://llvm.org/bugs/show_bug.cgi?id=15458
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |LATER --- Comment #2 from Richard Smith <[email protected]> --- You can't use the in-class initializer of A::B::a before the end of the definition of class A, because it's not been parsed yet. This is a provisional fix for a defect in the standard. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
