From 2a32969dd44ff7af5b911a9db5edde3066d1c53a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 12 Sep 1997 01:56:59 +0000 Subject: bastring.h (class basic_string): Add global scope to use of reverse_iterator. * std/bastring.h (class basic_string): Add global scope to use of reverse_iterator. From-SVN: r15423 --- libstdc++/std/bastring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstdc++/std') diff --git a/libstdc++/std/bastring.h b/libstdc++/std/bastring.h index 5ca371e..9070a2e 100644 --- a/libstdc++/std/bastring.h +++ b/libstdc++/std/bastring.h @@ -110,8 +110,8 @@ public: typedef const charT* const_pointer; typedef pointer iterator; typedef const_pointer const_iterator; - typedef reverse_iterator reverse_iterator; - typedef reverse_iterator const_reverse_iterator; + typedef ::reverse_iterator reverse_iterator; + typedef ::reverse_iterator const_reverse_iterator; static const size_type npos = static_cast(-1); private: -- cgit v1.1