From 035f4506b19362a8ccb21bf8377c8c8715d1d03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 15 Dec 1999 07:43:22 +0000 Subject: [PATCH] back out unrelated patch to std:: qualify reverse_iterator From-SVN: r30940 --- libstdc++/std/bastring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: