oleksandrkozlov

Results 1 comments of oleksandrkozlov

There are a few issues in the `C.21` example: 1. A typo in the constructor: `CloneableBase` -> `ClonableBase` (or maybe the class should be called `CloneableBase`). 2. The deleted copy...