| 28 | } |
| 29 | |
| 30 | ~Switch() { |
| 31 | std::cout << "* ~Switch()" << std::endl |
| 32 | << " this = " << this << std::endl; |
| 33 | } |
| 34 | |
| 35 | Switch & operator=(const Switch & other) { |
| 36 | std::cout << "* operator=()" << std::endl |
nothing calls this directly
no outgoing calls
no test coverage detected