diff options
Diffstat (limited to 'www/cxx_status.html')
| -rw-r--r-- | www/cxx_status.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 50ec73673c5b..e2ab51fc17c6 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-05-23 03:38:11 +0200 (Wed, 23 May 2012) $</p> +<p>Last updated: $Date: 2012-10-23 02:32:41 +0200 (Tue, 23 Oct 2012) $</p> <h2 id="cxx98">C++98 implementation status</h2> @@ -41,8 +41,10 @@ <p>You can use Clang in C++11 mode either with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++. 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> +work with Clang in C++11 mode. Patches are also needed to make +<a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>, +and <a href="libstdc++4.7-clang11.patch">libstdc++-4.7</a> work with Clang +releases prior to version 3.2 in C++11 mode.</p> <table width="689" border="1" cellspacing="0"> <tr> |
