From a0ea3b5fb7eaedb9b6789657bed998585bb98b77 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 10 Jul 2018 19:02:02 -0400 Subject: ... --- include/salticidae/msg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/salticidae/msg.h') diff --git a/include/salticidae/msg.h b/include/salticidae/msg.h index ab79392..b9db1b8 100644 --- a/include/salticidae/msg.h +++ b/include/salticidae/msg.h @@ -147,13 +147,13 @@ class MsgBase { operator std::string() const { DataStream s; - s << "<" + s << ""; - return std::string(s); + return std::string(std::move(s)); } uint32_t get_checksum() const { -- cgit v1.2.3