We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f09aa8 commit 40187a0Copy full SHA for 40187a0
lang/cpp26.md
@@ -41,7 +41,7 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
41
42
| 言語機能 | 説明 |
43
|----------|------|
44
-| [関数宣言を削除する理由を指定できるようにする](/lang/cpp26/delete_reason.md.nolink) | `f() = delete("reason)";` |
+| [関数宣言を削除する理由を指定できるようにする](/lang/cpp26/delete_reason.md.nolink) | `f() = delete("reason");` |
45
46
47
### 属性
0 commit comments