fix for compiling with CLang (3.5)
This commit is contained in:
parent
430107fcd8
commit
266cce9abe
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ namespace lib {
|
|||
X const&
|
||||
get() const
|
||||
{
|
||||
return unConst(this)->get<X>();
|
||||
return unConst(this)->template get<X>();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue