From 266cce9abe6c95a01c33f82ff1074e2e78917d9f Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Sat, 15 Aug 2015 22:31:36 +0200 Subject: [PATCH] fix for compiling with CLang (3.5) --- src/lib/variant.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/variant.hpp b/src/lib/variant.hpp index 35a9d40e0..19f272b01 100644 --- a/src/lib/variant.hpp +++ b/src/lib/variant.hpp @@ -408,7 +408,7 @@ namespace lib { X const& get() const { - return unConst(this)->get(); + return unConst(this)->template get(); } void