File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
234234 - ` const_iterator ` 型
235235 - [ ` begin() ` ] ( /reference/optional/optional/begin.md.nolink ) メンバ関数
236236 - [ ` end() ` ] ( /reference/optional/optional/end.md.nolink ) メンバ関数
237- - [ ` std::ignore ` ] ( /reference/tuple/ignore.html ) をファーストクラス・オブジェクトとして型を詳細に定義
237+ - [ ` std::ignore ` ] ( /reference/tuple/ignore.md ) をファーストクラス・オブジェクトとして型を詳細に定義
238238- [ ` std::bitset ` ] ( /reference/bitset/bitset.md ) に、[ ` std::basic_string_view ` ] ( /reference/string_view/basic_string_view.md ) を受け取るコンストラクタを追加
239239- [ ` <ratio> ` ] ( /reference/ratio.md ) に、新たなSI接頭辞として、以下を追加
240240 - [ ` ronna ` ] ( /reference/ratio/si_prefix.md ) (10<sup >27</sup >)
@@ -255,7 +255,7 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
255255### 制約
256256- 間接実行に関連する制約から、共通参照の要件を削除
257257 - [ ` std::indirectly_unary_invocable ` ] ( /reference/iterator/indirectly_unary_invocable.md )
258- - [ ` std::indirectly_regular_unary_invocable ` ] ( /reference/iterator/indirectly_regular_unary_invocable .md )
258+ - [ ` std::indirectly_regular_unary_invocable ` ] ( /reference/iterator/indirectly_unary_invocable .md )
259259 - [ ` std::indirect_unary_predicate ` ] ( /reference/iterator/indirect_unary_predicate.md )
260260 - [ ` std::indirect_binary_predicate ` ] ( /reference/iterator/indirect_binary_predicate.md )
261261 - [ ` std::indirect_equivalence_relation ` ] ( /reference/iterator/indirect_equivalence_relation.md )
You can’t perform that action at this time.
0 commit comments