mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 08:02:08 +00:00
Add LWG3051
llvm-svn: 323822
This commit is contained in:
parent
2bf8f49d57
commit
9eb338c42e
@ -90,6 +90,7 @@
|
||||
<tr><td><a href="https://wg21.link/LWG3043">3043</a></td><td>Bogus postcondition for <tt>filesystem_error</tt> constructor</td><td>Jacksonville</td><td></td></tr>
|
||||
<tr><td><a href="https://wg21.link/LWG3045">3045</a></td><td><tt>atomic<<i>floating-point</i>></tt> doesn't have <tt>value_type</tt> or <tt>difference_type</tt></td><td>Jacksonville</td><td></td></tr>
|
||||
<tr><td><a href="https://wg21.link/LWG3048">3048</a></td><td><tt>transform_reduce(exec, first1, last1, first2, init)</tt> discards execution policy</td><td>Jacksonville</td><td></td></tr>
|
||||
<tr><td><a href="https://wg21.link/LWG3051">3051</a></td><td><tt>Floating point classifications were inadvertently changed in P0175</td><td>Jacksonville</td><td><i>Nothing to do</i></td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
@ -126,6 +127,7 @@
|
||||
<li> 3043 - We have a 'TODO(ericwf)' here</li>
|
||||
<li> 3045 - We haven't done the <atomic> rework yet.</li>
|
||||
<li> 3048 - We haven't done the parallel algorithms yet.</li>
|
||||
<li> 3051 - Fixing an inadvertent wording change</li>
|
||||
</ul>
|
||||
|
||||
<p>Last Updated: 29-Jan-2018</p>
|
||||
|
Loading…
Reference in New Issue
Block a user