On Fri, Feb 14, 2020 at 08:41:45AM +0100, Jason Merrill wrote:
> > I'm afraid I'm completely lost about the padding preservation/removal
> > changes that are also in the paper, so haven't touched that part.

For this, shall we mention the support is only partial like this?
The standard has some example testcases that aren't handled properly by
libcpp.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index f698393d..3f69d443 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -86,7 +86,9 @@
       <td><a href="http://wg21.link/p0306r4";>P0306R4</a><br/>
       <a href="http://wg21.link/p1042r1";>P1042R1</a></td>
       <td class="partial"> <a href="../gcc-8/changes.html#cxx">8</a>
-        (partial, no <code>#__VA_OPT__</code> support) </td>
+        (partial, no <code>#__VA_OPT__</code> support) <br/>
+      <a href="../gcc-10/changes.html#cxx">10</a>
+        (partial, no placemarker token handling changes)</td>
       <td> </td>
     </tr>
     <tr>


        Jakub

Reply via email to