diff options
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 8305b73ec6..439044af76 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -120,6 +120,11 @@ with clang; other versions have not been tested.</p> <td class="full" align="center">Clang 2.9</td> </tr> <tr> + <td> Incomplete return types</td> + <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf">N3276</a></td> + <td class="svn" align="center">SVN</td> + </tr> + <tr> <td>Right angle brackets</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html">N1757</a></td> <td class="full" align="center">Clang 2.9</td> |