[PATCH] D33632: [coroutines] www/cxx_status.html: add non-breaking hyphen

Gor Nishanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 28 10:32:40 PDT 2017


GorNishanov updated this revision to Diff 100555.
GorNishanov added a comment.

one more non-breaking hyphen to make it pretty in chrome. In edge it is perfect already, naturally


https://reviews.llvm.org/D33632

Files:
  www/cxx_status.html


Index: www/cxx_status.html
===================================================================
--- www/cxx_status.html
+++ www/cxx_status.html
@@ -832,7 +832,7 @@
     <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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33632.100555.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170528/885dda59/attachment.bin>


More information about the cfe-commits mailing list