http://llvm.org/bugs/show_bug.cgi?id=11359
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #4 from [email protected] 2012-05-09 02:02:06 CDT --- I was using the online compiler <http://llvm.org/demo/index.cgi>, version 3.0, with this exact empty lambda and found the following: ----------8<------------------------8<------------------------- /tmp/webcompile/_7114_0.cc:6:2: error: expected expression []{}(); ^ 1 error generated. ----------8<------------------------8<------------------------- Has the compiler error message changed for lambdas? I found that lambdas will be implemented in 3.1 <http://clang.llvm.org/cxx_status.html>. Can someone shed some light on state of lambdas in 3.0? -- 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
