3
votes
1answer
44 views

Template function specialization with code duplication

I'm working on a libcurl binding for nodejs, and to get info from a curl handler, using curl_easy_getinfo, I've created a template function, the issue, is that the ...