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/common/VariantReader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/common/VariantReader.hpp') diff --git a/src/core/common/VariantReader.hpp b/src/core/common/VariantReader.hpp index 1232f6e..44132a0 100644 --- a/src/core/common/VariantReader.hpp +++ b/src/core/common/VariantReader.hpp @@ -322,7 +322,7 @@ public: */ static std::pair parseTyped( VariantType type, CharReader &reader, Logger &logger, - const std::unordered_set &delims = {}); + const std::unordered_set &delims = std::unordered_set{}); /** * Tries to parse an instance of the given type from the given string. The * called method is one of the parse methods defined here and adheres to the -- cgit v1.2.3