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&#8209;ts<br>-stdlib=libc++</tt></td>
+      <td><tt>&#8209;fcoroutines&#8209;ts<br>-stdlib=libc++</tt></td>
       <td class="svn" align="center">SVN</td>
     </tr>
     <tr>


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&#8209;ts<br>-stdlib=libc++</tt></td>
+      <td><tt>&#8209;fcoroutines&#8209;ts<br>-stdlib=libc++</tt></td>
       <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to