From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19094 invoked by alias); 8 Aug 2003 05:44:46 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 19081 invoked from network); 8 Aug 2003 05:44:45 -0000 Received: from unknown (HELO lifesupport.shutdown.com) (66.92.48.59) by sources.redhat.com with SMTP; 8 Aug 2003 05:44:45 -0000 Received: (from llewelly@localhost) by lifesupport.shutdown.com (8.11.2/8.11.2) id h785dxQ09273; Thu, 7 Aug 2003 22:39:59 -0700 (PDT) To: Wei Qin Cc: gcc-help@gcc.gnu.org Subject: Re: Proper and portable ways using manipulator References: From: LLeweLLyn Reese Date: Fri, 08 Aug 2003 05:44:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-08/txt/msg00071.txt.bz2 Wei Qin writes: > Hi, LLeweLLyn, > > Thanks for the reply. > I tried , it works for g++3, but again not for g++2. > I grepped its g++-2 directory and the only showbase that I found is an enum. > So I now assume that there is no showbase manipulator in that > library. Probably correct. > > Is there any similar backward compatible way to use manipulators as > the hash_map one given at > http://gcc.gnu.org/onlinedocs/libstdc++/faq/#5_4 > ? [snip] I don't know. I doubt it; there's backward/iostream.h , but it just #includes and adds using declarations to bring appropriate things into the global namespaces. Same for the other iostream headers in backward/.