Some compilers complain about implicitly defined versions of some of the following:
| 12 | |
| 13 | // Some compilers complain about implicitly defined versions of some of the following: |
| 14 | Base() = default; |
| 15 | Base(const Base &) = default; |
| 16 | }; |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected