| 85 | |
| 86 | // Implementation of the static initialization function |
| 87 | template<class T> void curl_interface<T>::init(const long flag) { |
| 88 | static global_initializer _instance {flag}; |
| 89 | } |
| 90 | |
| 91 | // Implementation of the singleton initializer |
| 92 | template<class T> curl_interface<T>::global_initializer::global_initializer(const long flag) { |
nothing calls this directly
no outgoing calls
no test coverage detected