[PATCH] D31022: Implement P0298R3: `std::byte`
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 15 20:25:15 PDT 2017
mclow.lists added inline comments.
================
Comment at: www/cxx1z_status.html:144
<tr><td><a href="http://wg21.link/P0521R0">P0521R0</a></td><td>LWG</td><td>Proposed Resolution for CA 14 (shared_ptr use_count/unique)</td><td>Issaquah</td><td><i>Nothing to do</i></td><td>n/a</td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
+ <tr><td><a href="http://wg21.link/P0156R2">P0156R2</a></td><td>LWG</td><td>Variadic Lock guard</td><td>Kona</td><td></td><td></td></tr>
----------------
Note: the reason for the churn here is that I sorted them by paper number.
The only significant change in this file is the addition of P0298R3 and P0298R3.
https://reviews.llvm.org/D31022
More information about the cfe-commits
mailing list