From a4af97e198bda6e2a73976124b32d6fe2b812d3a Mon Sep 17 00:00:00 2001 From: ljfa-ag Date: Thu, 23 Jul 2015 14:04:01 +0200 Subject: Change constructors of tag_string --- include/tag_string.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/tag_string.h b/include/tag_string.h index e28d18cd88..0cb057125f 100644 --- a/include/tag_string.h +++ b/include/tag_string.h @@ -34,8 +34,9 @@ public: static constexpr tag_type type = tag_type::String; //Constructors + tag_string() {} tag_string(const std::string& str); - tag_string(std::string&& str = ""); + tag_string(std::string&& str) noexcept; tag_string(const char* str); //Getters -- cgit 0.0.5-2-1-g0f52