diff options
-rw-r--r-- | www/cxx_status.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 9cc82bad1a..aacd9e424f 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -10,6 +10,7 @@ .none { background-color: #FFCCCC } .svn { background-color: #FFFF99 } .full { background-color: #CCFF99 } + .na { background-color: #DDDDDD } th { background-color: #FFDDAA } </style> </head> @@ -271,7 +272,7 @@ with clang; other versions have not been tested.</p> <tr> <td>Minimal support for garbage collection and reachability-based leak detection</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2670.htm">N2670</a></td> - <td class="none" align="center">No</td> + <td class="na" align="center">N/A</td> </tr> <tr> <td>Allowing move constructors to throw [noexcept]</td> |