aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.lambda/p4.cpp
AgeCommit message (Expand)Author
2012-06-04Fixes some test cases that should have come along with r157943.Aaron Ballman
2012-02-15Specialize the diagnostic complaining about conflicting types ofDouglas Gregor
2012-02-14Check the return type of lambda expressions.Douglas Gregor
2012-02-09Don't allow deduction of a lambda result type from an initializerDouglas Gregor
2012-02-09Implement return type deduction for lambdas per C++11Douglas Gregor