Skip to content

Commit 30ca9f5

Browse files
authored
Class and Template section fix.
1 parent 78ca3f1 commit 30ca9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class W: public T, public U {};
275275
// Multiple inheritance
276276
class X: public virtual T {};
277277
// Classes derived from X have base T directly
278-
```cpp
278+
```
279279
280280
All classes have a default copy constructor, assignment operator, and destructor, which perform the
281281
corresponding operations on each data member and each base class as shown above. There is also a default no-argument

0 commit comments

Comments
 (0)