From: Martin v. Löwis Date: Wed, 15 Dec 1999 07:43:22 +0000 (+0000) Subject: back out unrelated patch to std:: qualify reverse_iterator X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=035f4506b19362a8ccb21bf8377c8c8715d1d03f;p=gcc.git back out unrelated patch to std:: qualify reverse_iterator From-SVN: r30940 --- diff --git a/libstdc++/std/bastring.h b/libstdc++/std/bastring.h index bfa80bfc2e1..1fc89416f1c 100644 --- a/libstdc++/std/bastring.h +++ b/libstdc++/std/bastring.h @@ -144,8 +144,8 @@ public: typedef const charT* const_pointer; typedef pointer iterator; typedef const_pointer const_iterator; - typedef std::reverse_iterator reverse_iterator; - typedef std::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: