From c4eb917353ab79d71e0f5baaef9c26818cf00079 Mon Sep 17 00:00:00 2001 From: K10-K10 Date: Sat, 21 Dec 2024 08:03:09 +0900 Subject: [PATCH] Updata cpp26/add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 内容の修正 --- ...d_atsign_dollar_graveaccent_to_the_basic_character_set.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/cpp26/add_atsign_dollar_graveaccent_to_the_basic_character_set.md b/lang/cpp26/add_atsign_dollar_graveaccent_to_the_basic_character_set.md index b82dd2b91..774867ea9 100644 --- a/lang/cpp26/add_atsign_dollar_graveaccent_to_the_basic_character_set.md +++ b/lang/cpp26/add_atsign_dollar_graveaccent_to_the_basic_character_set.md @@ -13,7 +13,8 @@ $ (U+0024) ` (U+0060) の3文字を加える。 CではC23で追加され、それに合わせるようにC++でも同様の変更を提案している。 -これにより、これらの文字を構文として使用でき、コードの可読性や他言語への移植性が向上する。 +これにより、これらの文字を構文として使用でき、コードの可読性や他言語への移植性が向上する。 +なお、変更が加えられた場合、この3文字は下記のようなUnicode形式での表示が不可能になる可能性がある。 ```cpp example #include @@ -25,4 +26,4 @@ int main() ``` ## 参照 -- [P2558R2 Add @, $, and ` to the basic character set](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2558r2.html) \ No newline at end of file +- [P2558R2 Add @, $, and ` to the basic character set](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2558r2.html)