diff options
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 7693d241540..09832db1ca0 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -668,7 +668,7 @@ parsing with C++11's square bracket notation is enabled.</p> <p>Use <tt>__has_feature(cxx_constexpr)</tt> to determine if support for generalized constant expressions (e.g., <tt>constexpr</tt>) is -enabled. Clang does not currently implement this feature.</p> +enabled.</p> <h4 id="cxx_decltype">C++11 <tt>decltype()</tt></h4> |