Skip to content

Commit

Permalink
shift_left/shift_rightの参照リストにP1243R4を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Mar 15, 2023
1 parent 68eb5ba commit ceb813e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference/algorithm/shift_left.md
Expand Up @@ -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 `<algorithm>`](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf)
- [[idea for proposal] Adding `std::shift` to `<algorithm>` - std-proposals](https://groups.google.com/a/isocpp.org/forum/#!msg/std-proposals/I76om68B3t0/iA348-iFBAAJ)
1 change: 1 addition & 0 deletions reference/algorithm/shift_right.md
Expand Up @@ -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 `<algorithm>`](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf)
- [[idea for proposal] Adding `std::shift` to `<algorithm>` - std-proposals](https://groups.google.com/a/isocpp.org/forum/#!msg/std-proposals/I76om68B3t0/iA348-iFBAAJ)

0 comments on commit ceb813e

Please sign in to comment.