Skip to content

Commit

Permalink
C++23 : コード修飾内の末尾スペースが削られてしまっていたのをcodeタグで回避 #1160
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jul 10, 2023
1 parent c1346e3 commit 6566493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp23.md
Expand Up @@ -106,7 +106,7 @@ C++23とは、2023年中に改訂される予定の、C++バージョンの通
| 言語機能 | 説明 |
|----------|------|
| [参照するPOSIX規格を更新](cpp23/update_normative_reference_to_posix.md) | 新しいPOSIX規格の機能を標準C++が参照していたため、参照するPOSIX規格のバージョンを更新 |
| [行末スペースを無視するよう規定](cpp23/trimming_whitespaces_before_line_splicing.md.nolink) | 行末が`\ `でおわっていた場合にMSVCは行の継続をしない実装になっていたため動作を共通化するため仕様を規定 |
| [行末スペースを無視するよう規定](cpp23/trimming_whitespaces_before_line_splicing.md.nolink) | 行末が「<code>\ </code>」でおわっていた場合にMSVCは行の継続をしない実装になっていたため動作を共通化するため仕様を規定 |


## ライブラリ更新の概要
Expand Down

0 comments on commit 6566493

Please sign in to comment.