| 149 | std::vector<wchar_t> wv; // see main() for initialization to w, f, u, z |
| 150 | |
| 151 | class Base {}; |
| 152 | class Derived : public Base {}; |
| 153 | void fun(const boost::shared_ptr< Base >&) {} |
| 154 |
nothing calls this directly
no outgoing calls
no test coverage detected