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 d341561 commit 41fcbadCopy full SHA for 41fcbad
doc/guides/cpp-style-guide.md
@@ -179,7 +179,7 @@ For plain C-like structs snake_case can be used.
179
```cpp
180
struct foo_bar {
181
int name;
182
-}
+};
183
```
184
185
### Space after `template`
@@ -188,7 +188,7 @@ struct foo_bar {
188
template <typename T>
189
class FancyContainer {
190
...
191
192
193
194
## Memory management
0 commit comments