diff options
-rw-r--r-- | docs/ReleaseNotes.html | 1 | ||||
-rw-r--r-- | www/cxx_status.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 628079978e..64c6acb25a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -125,6 +125,7 @@ following are now considered to be of production quality: <li>Generalized initializers</li> <li>Unrestricted unions</li> <li>User-defined literals</li> + <li>Forward-declared enumerations</li> </ul> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> diff --git a/www/cxx_status.html b/www/cxx_status.html index 28da5f096b..8305b73ec6 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -158,7 +158,7 @@ with clang; other versions have not been tested.</p> <td>Forward declarations for enums</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764</a> <br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1206">DR1206</a></td> - <td class="none" align="center">No</td> + <td class="svn" align="center">SVN</td> </tr> <tr> <td>Generalized attributes</td> |