diff --git a/lang/cpp20/deprecate_arithmetic_conversion_on_enumerations.md b/lang/cpp20/deprecate_arithmetic_conversion_on_enumerations.md index 3b4d60e5db..6d327bb60e 100644 --- a/lang/cpp20/deprecate_arithmetic_conversion_on_enumerations.md +++ b/lang/cpp20/deprecate_arithmetic_conversion_on_enumerations.md @@ -22,10 +22,10 @@ int x = +f - e; // OK ``` -## 関連項目 +## 関連項目 - [C++20 `<=>`/`==`による比較演算子の自動定義](consistent_comparison.md) - [C++26 非推奨となっていた列挙型の算術変換を削除](/lang/cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.md) ## 参照 -- [P1120R0 Consistency improvements for `<=>` and other comparison operators](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1120r0.html) +- [P1120R0 Consistency improvements for `<=>` and other comparison operators](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1120r0.html) \ No newline at end of file diff --git a/lang/cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.md b/lang/cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.md index b512f12d44..c44035a458 100644 --- a/lang/cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.md +++ b/lang/cpp26/remove_deprecated_arithmetic_conversion_on_enumerations.md @@ -3,7 +3,7 @@ -このページはC++20に採用された言語機能の変更を解説しています。 +このページはC++26に採用される見込みの言語機能の変更を解説しています。 のちのC++規格でさらに変更される場合があるため[関連項目](#relative-page)を参照してください。 @@ -22,9 +22,9 @@ int x = +f - e; // OK ``` -## 関連項目 +## 関連項目 - [C++20 列挙値から算術型への暗黙変換を非推奨化](/lang/cpp20/deprecate_arithmetic_conversion_on_enumerations.md) ## 参照 -- [P2864R2 Remove Deprecated Arithmetic Conversion on Enumerations From C++26](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2864r2.pdf) +- [P2864R2 Remove Deprecated Arithmetic Conversion on Enumerations From C++26](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2864r2.pdf) \ No newline at end of file