Some compilers complain about implicitly defined versions of some of the following:
| 59 | virtual ~with_alias() = default; |
| 60 | // Some compilers complain about implicitly defined versions of some of the following: |
| 61 | with_alias() = default; |
| 62 | with_alias(const with_alias &) = default; |
| 63 | with_alias(with_alias &&) = default; |
| 64 | with_alias &operator=(const with_alias &) = default; |
no outgoing calls
no test coverage detected