Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clang is picky.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 12 Mar 2019 16:43:38 +0000 (17:43 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 12 Mar 2019 16:43:38 +0000 (17:43 +0100)
error: local variable value will be copied despite being returned by name [-Werror,-Wreturn-std-move]

include/xbt/config.hpp

index 1a04a57..b6f60f0 100644 (file)
@@ -41,7 +41,7 @@ inline std::string const& to_string(std::string const& value)
 }
 inline std::string to_string(std::string&& value)
 {
-  return value;
+  return std::move(value);
 }
 
 // Set default