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 8060dc4 commit 079b1b5Copy full SHA for 079b1b5
docs/cpp2/types.md
@@ -81,7 +81,7 @@ For example:
81
abstract_base: type
82
= {
83
// A pure virtual function: virtual + no body
84
- print: (virtual this, msg: std::string) = { /*...*/ }
+ print: (virtual this, msg: std::string);
85
86
// ...
87
}
0 commit comments