| 157 | /// function variables. |
| 158 | template<typename Type> |
| 159 | auto shared_ptr_clone(const std::shared_ptr<Type> &p) |
| 160 | { |
| 161 | return p; |
| 162 | } |
| 163 | |
| 164 | /// Specific version of shared_ptr_clone just for Proxy_Functions |
| 165 | template<typename Type> |
nothing calls this directly
no outgoing calls
no test coverage detected