diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-23 06:09:40 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-23 06:09:40 +0000 |
commit | 1444aefa635ea46806bba1c7cbc01a85f6faff90 (patch) | |
tree | e867f554ebd142e1254e9f00e3c97e0546d4b368 /docs | |
parent | 20b3c9dda95e6808865110a21bfec25f95ebcaa7 (diff) |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LanguageExtensions.html | 4 |
1 files 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. <p>Use <tt>__has_feature(cxx_deleted_functions)</tt> to determine if support for deleted function definitions (with <tt>= delete</tt>) is enabled. -<h3 id="cxx_concepts">C++ TR <tt>concepts</tt></h3> +<h3 id="cxx_concepts">C++ TR concepts</h3> -<p>Use <tt>__has_feature(cxx_lambdas)</tt> to determine if support for +<p>Use <tt>__has_feature(cxx_concepts)</tt> to determine if support for concepts is enabled. clang does not currently implement this feature. <h3 id="cxx_lambdas">C++0x lambdas</h3> |