From: Padraig O'Sullivan Date: Mon, 27 Jul 2009 00:00:50 +0000 (-0400) Subject: Corrected setAll methods to take std::map parameter by reference instead of by X-Git-Tag: 0.32~6^2~4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=5ab7cb84b990a19ab832abd42985b0b79b9172f2;p=awesomized%2Flibmemcached Corrected setAll methods to take std::map parameter by reference instead of by value. --- diff --git a/libmemcached/memcached.hpp b/libmemcached/memcached.hpp index 55941f10..3b403042 100644 --- a/libmemcached/memcached.hpp +++ b/libmemcached/memcached.hpp @@ -240,7 +240,7 @@ public: return retval; } - bool setAll(std::map > key_value_map, + bool setAll(std::map > &key_value_map, time_t expiration, uint32_t flags) {