http://llvm.org/bugs/show_bug.cgi?id=17648
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|DUPLICATE |--- --- Comment #2 from Richard Smith <[email protected]> --- This is a different issue. We already do the eager instantiation dance for generic lambdas, but their implementation (in particular, capturing) is not yet complete. [Also, this code is ill-formed, due to the reference to 'x' in a non-capturing lambda.] -- 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
