diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-04-22 11:34:43 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-04-22 11:34:43 +0000 |
commit | dd26998c1fb44b7c74a0434fd61e63542fc1745a (patch) | |
tree | a98bb56963883f46c870f2caf662d2cb3717ddd0 /www | |
parent | 1664d540d1524f0faffd2f839fccb56178975c60 (diff) |
Better C++11 support is no longer an advantage of GCC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/comparison.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html index 2898ce8407..58c4b31e2f 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -50,8 +50,6 @@ <ul> <li>GCC supports languages that clang does not aim to, such as Java, Ada, FORTRAN, etc.</li> - <li>GCC has a few <a href="cxx_status.html">C++'11 features</a> that Clang - does not yet support.</li> <li>GCC supports more targets than LLVM.</li> <li>GCC is popular and widely adopted.</li> <li>GCC does not require a C++ compiler to build it.</li> |