re PR c++/24163 (dependent Base class scope examined during unqualified name lookup...
[gcc.git] / libstdc++-v3 / testsuite / util / native_type / native_priority_queue.hpp
index 4367fca3016b40523f5d16dcd714bdd9f880f7d4..dad913fa0ab1e4d2350d1a33d44439b2f7006b2d 100644 (file)
@@ -188,7 +188,7 @@ namespace __gnu_pbds
       modify(const_reference r_old, const_reference r_new)
       {
         erase(r_old);
-        push(r_new);
+        this->push(r_new);
       }
 
       void