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 | e97d39b0f248fc21c78d4816c7412dbb3dd8b1d6 (patch) | |
tree | 9a95f0a94ed244ff684e66a85df296936b21315f /clang/docs/LanguageExtensions.html | |
parent | 06f32b3aaf4f612f7fc21f32441644a980914f06 (diff) | |
download | bcm5719-llvm-e97d39b0f248fc21c78d4816c7412dbb3dd8b1d6.tar.gz bcm5719-llvm-e97d39b0f248fc21c78d4816c7412dbb3dd8b1d6.zip |
concepts is not a keyword here and fix copy-pasto.
llvm-svn: 102172
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index fe364ef9c00..9779c3ff441 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/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> |