Skip to content

Commit d909f26

Browse files
committed
added more description for comment.md(#1419)
1 parent d8b8c13 commit d909f26

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

reference/contracts/contract_violation/comment.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,19 @@ const char* comment() const noexcept;
1717
## 戻り値
1818
契約違反の詳細を記録したchar列
1919

20+
21+
## 例外
22+
投げない
23+
24+
## バージョン
25+
### 言語
26+
- C++26
27+
28+
### 処理系
29+
- [Clang](/implementation.md#clang): ??
30+
- [GCC](/implementation.md#gcc): ??
31+
- [Visual C++](/implementation.md#visual_cpp): ??
32+
33+
## 参照
34+
- [Contracts for C++](https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p2900r14.pdf)
35+
-

0 commit comments

Comments
 (0)