| 10 | base_template() : base_id(Id) {} |
| 11 | virtual ~base_template() = default; |
| 12 | virtual int id() const { return base_id; } |
| 13 | int base_id; |
| 14 | |
| 15 | // Some compilers complain about implicitly defined versions of some of the following: |
nothing calls this directly
no outgoing calls
no test coverage detected