Clang supports lambdas.

llvm-svn: 151239
This commit is contained in:
Douglas Gregor 2012-02-23 05:44:09 +00:00
parent f35c789031
commit 64bfb2e88e
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ inline namespaces is enabled.</p>
<p>Use <tt>__has_feature(cxx_lambdas)</tt> or
<tt>__has_extension(cxx_lambdas)</tt> to determine if support for lambdas
is enabled. Clang does not currently implement this feature.</p>
is enabled. </p>
<h4 id="cxx_noexcept">C++11 noexcept</h4>