concepts is not a keyword here and fix copy-pasto.

llvm-svn: 102172
This commit is contained in:
Nick Lewycky 2010-04-23 06:09:40 +00:00
parent 06f32b3aaf
commit e97d39b0f2
1 changed files with 2 additions and 2 deletions

View File

@ -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>