fix for compiling with CLang (3.5)

This commit is contained in:
Fischlurch 2015-08-15 22:31:36 +02:00
parent 430107fcd8
commit 266cce9abe

View file

@ -408,7 +408,7 @@ namespace lib {
X const&
get() const
{
return unConst(this)->get<X>();
return unConst(this)->template get<X>();
}
void