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