diff options
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 1b7d8140a252f..3ee6b7231751c 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -23,7 +23,7 @@ <!--*************************************************************************--> <h1>C++98 and C++11 Support in Clang</h1> <!--*************************************************************************--> -<p>Last updated: $Date: 2012-04-13 03:02:19 +0200 (Fri, 13 Apr 2012) $</p> +<p>Last updated: $Date: 2012-04-17 03:04:22 +0200 (Tue, 17 Apr 2012) $</p> <h2 id="cxx98">C++98 implementation status</h2> @@ -40,8 +40,9 @@ <p>You can use Clang in C++11 mode either with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++. -libstdc++-4.4 requires <a href="libstdc++4.4-clang0x.patch">a patch</a> to work -with clang; other versions have not been tested.</p> +Patches are needed to make <a href="libstdc++4.4-clang0x.patch">libstdc++-4.4</a> +and <a href="libstdc++4.7-clang11.patch">libstdc++-4.7</a> work with Clang in +C++11 mode.</p> <table width="689" border="1" cellspacing="0"> <tr> |