Remove stray comma from documentation.

llvm-svn: 194056
This commit is contained in:
Richard Smith 2013-11-05 09:12:55 +00:00
parent b47c36f8e1
commit 96c07b165e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ C++11 features accepted as extensions. You can use Clang in C++11 mode with the
with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++, but
patches are needed to make <a href="libstdc++4.4-clang0x.patch">libstdc++-4.4</a>
work with Clang in C++11 mode. Patches are also needed to make
<a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>,
<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. <tt>thread_local</tt> support
currently requires g++-4.8's C++ runtime library.</p>