X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Fmemcp.cc;h=eb7151e65a8680155b565cd1a8870cae48e84792;hb=6e77392804b33fec81b9d6d3fc3fd65c4b879ce1;hp=114a2f8562328250e8822c12ab398a5a39d95cba;hpb=e1ba5b9e4eb179295274026ad8fd40a68eb6c67f;p=awesomized%2Flibmemcached diff --git a/src/bin/memcp.cc b/src/bin/memcp.cc index 114a2f85..eb7151e6 100644 --- a/src/bin/memcp.cc +++ b/src/bin/memcp.cc @@ -46,7 +46,7 @@ struct memcp_file { }; static inline std::string stream2string(const std::istream &istream) { - return dynamic_cast(std::ostringstream{} << istream.rdbuf()).str(); + return dynamic_cast(std::ostringstream{} << istream.rdbuf()).str(); } static memcached_return_t memcp(const client_options &opt, memcached_st &memc, const char *key,