re PR c++/24163 (dependent Base class scope examined during unqualified name lookup...
[gcc.git] / gcc / testsuite / g++.dg / opt / pr47615.C
index bbbcbe1e47ffcf0e69c604a3977b87da43098c2f..f8dbcf7e824ad17d3e23bc53abcdf304b0f62de8 100644 (file)
@@ -360,7 +360,7 @@ template < typename Const_Node_Iterator, typename Node_Iterator, typename, typen
 {
 {
 {
-           rotate_right (p_nd);
+           this->rotate_right (p_nd);
          }
        }
       }