diff options
-rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 85c0abcf26c..729915e7c27 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -813,7 +813,7 @@ as the draft C++2a standard evolves. <tr> <td><tt>__VA_OPT__</tt> for preprocessor comma elision</td> <td><a href="http://wg21.link/p0306r4">P0306R4</a></td> - <td class="none" align="center">No</td> + <td class="svn" align="center">SVN</td> </tr> <tr> <td>Designated initializers</td> |