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 cf0bc4e commit 7f5682bCopy full SHA for 7f5682b
reference/contracts/assertion_kind.md
@@ -9,7 +9,7 @@ namespace std::contracts {
9
enum class assertion_kind : unspecified {
10
pre = 1,
11
post = 2,
12
- assertion = 3
+ assert = 3
13
};
14
}
15
```
0 commit comments