| 128 | /// templatized member function. |
| 129 | template <typename U> |
| 130 | void template_member_function() {} |
| 131 | |
| 132 | /// specialization of the above templatized member function. |
| 133 | template <> |
nothing calls this directly
no outgoing calls
no test coverage detected