re PR c++/24163 (dependent Base class scope examined during unqualified name lookup...
[gcc.git] / libstdc++-v3 / testsuite / util / testsuite_io.h
index 681448aa51faeb3f3fbfbb4c8ab3c538c4d5361a..4251b710715e97d2d6b64ae0a88284c2f57f6828 100644 (file)
@@ -144,7 +144,7 @@ namespace __gnu_test
       {
        p[0] = char_type('s');
        p[1] = char_type();
-       setg(p, p, p + 1); 
+       this->setg(p, p, p + 1);
       }
 
       virtual int_type underflow()