| 150 | |
| 151 | class Base {}; |
| 152 | class Derived : public Base {}; |
| 153 | void fun(const boost::shared_ptr< Base >&) {} |
| 154 | |
| 155 | // test_constructors ---------------------------------------------------------------// |
nothing calls this directly
no outgoing calls
no test coverage detected