From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23892 invoked by alias); 10 Apr 2002 19:53:08 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 23872 invoked from network); 10 Apr 2002 19:53:03 -0000 Received: from unknown (HELO ariane.ens-cachan.fr) (138.231.176.4) by sources.redhat.com with SMTP; 10 Apr 2002 19:53:03 -0000 Received: from mayo.cmla.ens-cachan.fr (mayo.cmla.ens-cachan.fr [138.231.64.2]) by ariane.ens-cachan.fr (8.12.2/jtpda-5.3.3) with ESMTP id g3AJr0fa003862 ; Wed, 10 Apr 2002 21:53:01 +0200 Received: from jambon.cmla.ens-cachan.fr (jambon.cmla.ens-cachan.fr [138.231.64.60]) by mayo.cmla.ens-cachan.fr (8.9.1a/jtpda-5.3.2) with ESMTP id VAA24588 ; Wed, 10 Apr 2002 21:52:55 +0200 (MET DST) Received: from (dosreis@localhost) by jambon.cmla.ens-cachan.fr (8.9.3/jtpda-5.3.1/CL) id VAA15581 ; Wed, 10 Apr 2002 21:52:56 +0200 (MET DST) To: Paolo Carlini Cc: Gabriel Dos Reis , gcc@gcc.gnu.org Subject: Re: GCC 3.1 Release References: <3CB48785.201@unitus.it> <3CB494C7.6000509@unitus.it> From: Gabriel Dos Reis In-Reply-To: Paolo Carlini's message of "Wed, 10 Apr 2002 21:38:47 +0200" Organization: CodeSourcery, LLC Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Wed, 10 Apr 2002 13:01:00 -0000 Message-ID: X-SW-Source: 2002-04/txt/msg00413.txt.bz2 Paolo Carlini writes: [...] | Seriously, I have no problem implementing, completing with a testcase | and testing the solution sketched by Joe, and I'm indeed pleased to do | that, but if you think something different is in order, please explain | it in little more detail I just realized that my replies to Mark and Joe didn't show up :-( Yes, I meant moving the __normal_iterator<> definition into __gnu_cxx:: with accompanying helper functions. And also, Joe patch should be put in that namespace also (since that is where Koenig lookup should find them). -- Gaby