We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383a5f7 commit b28aadfCopy full SHA for b28aadf
Kernel/Containers/hashtree.ipp
@@ -68,7 +68,7 @@ inline hashtree_rep<K, V>*
68
hashtree<K, V>::operator->(void) {
69
// always make sure there is a rep!
70
realize ();
71
- return rep;
+ return this->rep;
72
}
73
74
template <class K, class V>
0 commit comments