提交 5519f1c0 编写于 作者: C coleenp

7019689: Non-dependent name is found in dependent base class although it should be rejected

Summary: fix hashtable.hpp to qualify non-dependant name with "this"
Reviewed-by: phh, never, poonam
Contributed-by: volker.simonis@gmail.com
上级 59397f3c
...@@ -276,7 +276,7 @@ public: ...@@ -276,7 +276,7 @@ public:
} }
int index_for(Symbol* name, Handle loader) { int index_for(Symbol* name, Handle loader) {
return hash_to_index(compute_hash(name, loader)); return this->hash_to_index(compute_hash(name, loader));
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册