Fix for clang/template dependent name lookup.
Thanks to James & Nicholas...
This commit is contained in:
parent
0b21181f1a
commit
e1abab393b
@ -200,7 +200,7 @@ namespace nasal
|
||||
if( !_hash || naIsNil(_key) )
|
||||
return T();
|
||||
|
||||
return _hash->get<T>(_key);
|
||||
return _hash->template get<T>(_key);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user