mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
Names from dependent base classes are not found by unqualified lookup.
llvm-svn: 91407
This commit is contained in:
parent
4adb4acc7b
commit
9ebba8d98e
@ -643,7 +643,7 @@ struct ilist : public iplist<NodeTy> {
|
|||||||
|
|
||||||
// Main implementation here - Insert for a node passed by value...
|
// Main implementation here - Insert for a node passed by value...
|
||||||
iterator insert(iterator where, const NodeTy &val) {
|
iterator insert(iterator where, const NodeTy &val) {
|
||||||
return insert(where, createNode(val));
|
return insert(where, this->createNode(val));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user