[libcxx-commits] [PATCH] D93819: [libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shift_right)
Dan Raviv via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 8 10:08:21 PDT 2021
danra added a comment.
In D93819#2520124 <https://reviews.llvm.org/D93819#2520124>, @ldionne wrote:
>> The P-numbered paper doesn't match what was actually landed in http://eel.is/c++draft/alg.shift .
>
> Ah ah. How confusing. Now it makes more sense.
Sorry for being late.
I agree it's confusing. Since there were multiple papers modifying the shift algorithms wording, LWG requested the changes be made in http://open-std.org/JTC1/SC22/WG21/docs/papers/2020/p1243r4.pdf , which was approved in the straw polls at https://wiki.edg.com/bin/view/Wg21prague/StrawPolls
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93819/new/
https://reviews.llvm.org/D93819
More information about the libcxx-commits
mailing list