Exemplo n.º 1
0
void curlpp::libcurlLogicAssert(const std::string& reason, CURLcode code) {
  libcurlLogicAssert(reason.c_str(), code);
}
Exemplo n.º 2
0
void cURLpp::libcurlLogicAssert( const char *reason, CURLcode code )
{
    libcurlLogicAssert(std::string(reason), code);
}