http://llvm.org/bugs/show_bug.cgi?id=13484
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Richard Smith <[email protected]> 2012-07-30 18:36:48 CDT --- Here's what the standard has to say about this code: """ [expr.const]p2: A conditional-expression is a core constant expression unless it involves one of the following as a potentially evaluated subexpression [...]: -- a lambda-expression """ If you can present evidence that this is a deliberate GNU extension, then we can consider supporting it as such, but for now I'm marking this as invalid since this seems to be just a g++ bug. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
