Commit f443db75 authored by Matthijs Douze's avatar Matthijs Douze
parents fa91c139 d635aa9c
......@@ -359,7 +359,7 @@ bool canUseIndexType() {
template <typename IndexType, typename T, typename... U>
bool canUseIndexType(const T& arg, const U&... args) {
return arg.canUseIndexType<IndexType>() &&
return arg.template canUseIndexType<IndexType>() &&
canUseIndexType(args...);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment