diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-11-11 23:46:25 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-11-11 23:46:25 +0000 |
commit | e0c75007353d176a607c1898b454a1a3390a3962 (patch) | |
tree | c87814a9e99e49321843b5021bc3d5abea1d2388 /clang | |
parent | e151bab2fcecb0a35b0aa5d218e145ffa9b72ffe (diff) | |
download | bcm5719-llvm-e0c75007353d176a607c1898b454a1a3390a3962.tar.gz bcm5719-llvm-e0c75007353d176a607c1898b454a1a3390a3962.zip |
[c++1z] p0522 is approved.
llvm-svn: 286679
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/cxx_status.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 54a0d70d141..df087238456 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -732,12 +732,12 @@ as the draft C++1z standard evolves. <td class="full" align="center">Clang 3.9</td> </tr> <!-- Issaquah 2016 papers --> - <!-- <tr> <td>Matching template template parameters to compatible arguments</td> <td><a href="http://wg21.link/p0522r0">P0522R0</a></td> - <td class="none" align="center">No (note: DR)</td> + <td class="none" align="center">No <a href="#p0522">(12)</a></td> </tr> + <!-- <tr> <td>Removing deprecated dynamic exception specifications</td> <td><a href="http://wg21.link/p0003r5">P0003R5</a></td> @@ -779,6 +779,9 @@ left to right in the callee. As a result, function parameters in calls to <tt>operator&&</tt>, <tt>operator||</tt>, and <tt>operator,</tt> functions using expression syntax are no longer guaranteed to be destroyed in reverse construction order in that ABI. +</span><br> +<span id="p0522">(12): This is the resolution to a Defect Report, so will be +applied to all language versions. </span> </p> </details> |