Skip to content

Commit

Permalink
Updata cpp26/add
Browse files Browse the repository at this point in the history
内容の修正
  • Loading branch information
K10-K10 authored Dec 20, 2024
1 parent e2a8fdd commit c4eb917
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ $ (U+0024)
` (U+0060)
の3文字を加える。
CではC23で追加され、それに合わせるようにC++でも同様の変更を提案している。
これにより、これらの文字を構文として使用でき、コードの可読性や他言語への移植性が向上する。
これにより、これらの文字を構文として使用でき、コードの可読性や他言語への移植性が向上する。
なお、変更が加えられた場合、この3文字は下記のようなUnicode形式での表示が不可能になる可能性がある。

```cpp example
#include <stdio.h>
Expand All @@ -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)
- [P2558R2 Add @, $, and ` to the basic character set](https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2558r2.html)

1 comment on commit c4eb917

@K10-K10
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.