Skip to content

Commit

Permalink
range_adaptor_closure : 「未定義動作となる」 → 「未定義動作を引き起こす」
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
  • Loading branch information
faithandbrave and akinomyoga authored Sep 3, 2024
1 parent dfc91f8 commit 5eba34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/ranges/range_adaptor_closure.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace std::ranges {
CV修飾を含む`D`を引数とする `|` 演算子を含む式の動作は、プログラム定義の`operator|`関数が選択された場合は未定義動作である。
`range_adaptor_closure`を特殊化するプログラムは未定義動作となる
`range_adaptor_closure`を特殊化するプログラムは未定義動作を引き起こす
## この機能が必要になった背景・経緯
Expand Down

0 comments on commit 5eba34f

Please sign in to comment.