From a0f181e667f3d3b299784809cd610a4782e5be92 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Feb 2015 01:18:00 +0100 Subject: Fixed compilation of VariantReader and Typesystem on GCC 4.9 --- src/core/model/Typesystem.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/model') diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp index 9f9470e..9d22c0b 100644 --- a/src/core/model/Typesystem.hpp +++ b/src/core/model/Typesystem.hpp @@ -179,7 +179,7 @@ public: * These characters are not included in the result. May not be nullptr. */ std::pair read(CharReader &reader, Logger &logger, - const std::unordered_set &delims = {}); + const std::unordered_set &delims = std::unordered_set{}); /** * Tries to parse an instance of this type from the given string. -- cgit v1.2.3