From ceb813ec5fdcfcbf3ef5205d2e0bf4f52e83337d Mon Sep 17 00:00:00 2001 From: tshino Date: Wed, 15 Mar 2023 10:35:05 +0900 Subject: [PATCH] =?UTF-8?q?shift=5Fleft/shift=5Fright=E3=81=AE=E5=8F=82?= =?UTF-8?q?=E7=85=A7=E3=83=AA=E3=82=B9=E3=83=88=E3=81=ABP1243R4=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/algorithm/shift_left.md | 1 + reference/algorithm/shift_right.md | 1 + 2 files changed, 2 insertions(+) diff --git a/reference/algorithm/shift_left.md b/reference/algorithm/shift_left.md index f6cf231ff..7cbae619a 100644 --- a/reference/algorithm/shift_left.md +++ b/reference/algorithm/shift_left.md @@ -99,5 +99,6 @@ int main() - [`rotate`](rotate.md) ## 参照 +- [P1243R4 Rangify New Algorithms](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1243r4.pdf) - [P0769R2 | Add shift to ``](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf) - [[idea for proposal] Adding `std::shift` to `` - std-proposals](https://groups.google.com/a/isocpp.org/forum/#!msg/std-proposals/I76om68B3t0/iA348-iFBAAJ) diff --git a/reference/algorithm/shift_right.md b/reference/algorithm/shift_right.md index f910c76b1..ec54813ba 100644 --- a/reference/algorithm/shift_right.md +++ b/reference/algorithm/shift_right.md @@ -100,5 +100,6 @@ int main() - [`rotate`](rotate.md) ## 参照 +- [P1243R4 Rangify New Algorithms](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1243r4.pdf) - [P0769R2 | Add shift to ``](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf) - [[idea for proposal] Adding `std::shift` to `` - std-proposals](https://groups.google.com/a/isocpp.org/forum/#!msg/std-proposals/I76om68B3t0/iA348-iFBAAJ)