File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
9494- 以下のアルゴリズムを` constexpr ` に対応
9595 - [ ` std::stable_sort() ` ] ( /reference/algorithm/stable_sort.md ) / [ ` std::ranges::stable_sort() ` ] ( /reference/algorithm/ranges_stable_sort.md )
9696 - [ ` std::stable_partition() ` ] ( /reference/algorithm/stable_partition.md ) / [ ` std::ranges::stable_partition() ` ] ( /reference/algorithm/ranges_stable_partition.md )
97- - [ ` std::inplace_merge() ` ] ( /reference/algorithm/inplace_merge.md ) / [ ` std::ranges::stable_partition () ` ] ( /reference/algorithm/ranges_inplace_merge.md )
97+ - [ ` std::inplace_merge() ` ] ( /reference/algorithm/inplace_merge.md ) / [ ` std::ranges::inplace_merge () ` ] ( /reference/algorithm/ranges_inplace_merge.md )
9898- Rangeアルゴリズムが完全型を要求しないようにするため、[ ` std::projected ` ] ( /reference/iterator/projected.md ) の制約を緩和
9999
100100
You can’t perform that action at this time.
0 commit comments