My book says this:
Lambdas with function bodies that contain anything other than a single return statement that do not specify a return type return vo
Draft n3485 indicates that if the compiler can unambiguously determine the return type it will allow for the lambda to not specify it.