mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
Minor note about final
This commit is contained in:
parent
7fa111a68a
commit
28d28b97aa
@ -536,8 +536,8 @@ Though the compiler nicely warns us that we shouldn't do this:
|
||||
| ~~~~~~~~~~~^
|
||||
```
|
||||
|
||||
C++ also has `override`, but doesn't make much sense to impose that as a requirement; inheritance
|
||||
and concepts are orthogonal systems.
|
||||
C++ also has `override` and `final`, but doesn't make much sense to impose that as a requirement;
|
||||
inheritance and concepts are orthogonal systems.
|
||||
|
||||
# Implement methods on remote types
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user