Skip to content

Commit 2dc551a

Browse files
authored
Merge pull request mortennobel#3 from Khalilw1/master
Class and Template section fix.
2 parents 78ca3f1 + 30ca9f5 commit 2dc551a

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)