diff options
Diffstat (limited to 'clang/www/cxx_status.html')
-rw-r--r-- | clang/www/cxx_status.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index b32e5663c64..398d4517445 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -476,10 +476,15 @@ available.</p> <tr> <td>C++ Sized Deallocation</td> <td><!--<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3778.html">-->N3778<!--</a>--></td> - <td class="none" align="center">No</td> + <td class="partial" align="center">Partial <a href="#n3778">(1)</a></td> </tr> </table> +<p> +<span id="n3778">(1): Use the experimental <tt>-Xclang -fsized-deallocation</tt> +flag to enable this feature.</span><br> +</p> + </div> </body> </html> |