From 1444aefa635ea46806bba1c7cbc01a85f6faff90 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 23 Apr 2010 06:09:40 +0000 Subject: [PATCH] concepts is not a keyword here and fix copy-pasto. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102172 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index fe364ef9c0..9779c3ff44 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -271,9 +271,9 @@ attribute parsing with C++0x's square bracket notation is enabled.

Use __has_feature(cxx_deleted_functions) to determine if support for deleted function definitions (with = delete) is enabled. -

C++ TR concepts

+

C++ TR concepts

-

Use __has_feature(cxx_lambdas) to determine if support for +

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

C++0x lambdas

-- 2.40.0