X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fexception.hpp;h=665c816fc10b3c69a160cf2936df4d2d5a070b31;hb=f1563c45b37bba7d51228af44dc184a9d0308e81;hp=043779a6b8e8620bb43da5201892ea64cd8e655b;hpb=e635ad01875005520a017a178aac7b49063585ea;p=awesomized%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() {}