r304091 - [coroutines] www/cxx_status.html: add non-breaking hyphen
Gor Nishanov via cfe-commits
cfe-commits at lists.llvm.org
Sun May 28 09:25:31 PDT 2017
Author: gornishanov
Date: Sun May 28 11:25:31 2017
New Revision: 304091
URL: http://llvm.org/viewvc/llvm-project?rev=304091&view=rev
Log:
[coroutines] www/cxx_status.html: add non-breaking hyphen
Reviewers: GorNishanov
Reviewed By: GorNishanov
Subscribers: EricWF, rsmith, cfe-commits
Differential Revision: https://reviews.llvm.org/D33632
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=304091&r1=304090&r2=304091&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sun May 28 11:25:31 2017
@@ -832,7 +832,7 @@ and library features that are not part o
<tr>
<td>[DRAFT TS] Coroutines</td>
<td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663</a></td>
- <td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
+ <td><tt>-fcoroutines‑ts<br>-stdlib=libc++</tt></td>
<td class="svn" align="center">SVN</td>
</tr>
<tr>
More information about the cfe-commits
mailing list