Skip to content
Snippets Groups Projects
Commit 8b5e03ab authored by Richard Smith's avatar Richard Smith
Browse files

[c++1z] p0522 is approved.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286679 91177308-0d34-0410-b5e6-96231b3b80d8
parent f74c116b
No related branches found
No related tags found
No related merge requests found
...@@ -732,12 +732,12 @@ as the draft C++1z standard evolves. ...@@ -732,12 +732,12 @@ as the draft C++1z standard evolves.
<td class="full" align="center">Clang 3.9</td> <td class="full" align="center">Clang 3.9</td>
</tr> </tr>
<!-- Issaquah 2016 papers --> <!-- Issaquah 2016 papers -->
<!--
<tr> <tr>
<td>Matching template template parameters to compatible arguments</td> <td>Matching template template parameters to compatible arguments</td>
<td><a href="http://wg21.link/p0522r0">P0522R0</a></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>
<!--
<tr> <tr>
<td>Removing deprecated dynamic exception specifications</td> <td>Removing deprecated dynamic exception specifications</td>
<td><a href="http://wg21.link/p0003r5">P0003R5</a></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 ...@@ -779,6 +779,9 @@ left to right in the callee. As a result, function parameters in calls to
<tt>operator&amp;&amp;</tt>, <tt>operator||</tt>, and <tt>operator,</tt> <tt>operator&amp;&amp;</tt>, <tt>operator||</tt>, and <tt>operator,</tt>
functions using expression syntax are no longer guaranteed to be destroyed in functions using expression syntax are no longer guaranteed to be destroyed in
reverse construction order in that ABI. 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> </span>
</p> </p>
</details> </details>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment