X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fexception.hpp;h=665c816fc10b3c69a160cf2936df4d2d5a070b31;hb=8fd8f655540e3d6aa0b0a3eb0f4f7df1be2e6542;hp=043779a6b8e8620bb43da5201892ea64cd8e655b;hpb=e635ad01875005520a017a178aac7b49063585ea;p=m6w6%2Flibmemcached diff --git a/libmemcached/exception.hpp b/libmemcached/exception.hpp index 043779a6..665c816f 100644 --- a/libmemcached/exception.hpp +++ b/libmemcached/exception.hpp @@ -29,7 +29,7 @@ namespace memcache Exception(const char *msg, int in_errno) : - std::runtime_error(string(msg)), + std::runtime_error(std::string(msg)), _errno(in_errno) {} virtual ~Exception() throw() {}