From 9cc90a3201e1927978661804b9d80f33e641a143 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 13 Jan 2010 16:27:49 +0000 Subject: [PATCH] Fix pasto in __has_feature(cxx_lambdas) docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93320 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 4648b271af..e2a44eaed0 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -260,7 +260,7 @@ deleted function definitions (with = delete) is enabled.

Use __has_feature(cxx_lambdas) to determine if support for concepts is enabled. clang does not currently implement this feature. -

C++0x nullptr

+

C++0x lambdas

Use __has_feature(cxx_lambdas) to determine if support for lambdas is enabled. clang does not currently implement this feature. -- 2.50.1