Skip to content

Commit c4eb917

Browse files
authored
Updata cpp26/add
内容の修正
1 parent e2a8fdd commit c4eb917

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lang/cpp26/add_atsign_dollar_graveaccent_to_the_basic_character_set.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ $ (U+0024)
1313
` (U+0060)
1414
の3文字を加える。
1515
CではC23で追加され、それに合わせるようにC++でも同様の変更を提案している。
16-
これにより、これらの文字を構文として使用でき、コードの可読性や他言語への移植性が向上する。
16+
これにより、これらの文字を構文として使用でき、コードの可読性や他言語への移植性が向上する。
17+
なお、変更が加えられた場合、この3文字は下記のようなUnicode形式での表示が不可能になる可能性がある。
1718

1819
```cpp example
1920
#include <stdio.h>
@@ -25,4 +26,4 @@ int main()
2526
```
2627
2728
## 参照
28-
- [P2558R2 Add @, $, and ` to the basic character set](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2558r2.html)
29+
- [P2558R2 Add @, $, and ` to the basic character set](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2558r2.html)

0 commit comments

Comments
 (0)