From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11429 invoked by alias); 20 May 2011 18:26:48 -0000 Received: (qmail 11416 invoked by uid 22791); 20 May 2011 18:26:47 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-yx0-f175.google.com (HELO mail-yx0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 May 2011 18:26:33 +0000 Received: by yxn22 with SMTP id 22so1647184yxn.20 for ; Fri, 20 May 2011 11:26:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.127.4 with SMTP id e4mr3568314yan.17.1305915992460; Fri, 20 May 2011 11:26:32 -0700 (PDT) Received: by 10.147.125.11 with HTTP; Fri, 20 May 2011 11:26:32 -0700 (PDT) In-Reply-To: <4DD6AC75.8040202@redhat.com> References: <4DD69790.8070101@redhat.com> <4DD6AC75.8040202@redhat.com> Date: Fri, 20 May 2011 21:56:00 -0000 Message-ID: Subject: Re: RFA (libstdc++): C++/v3 PATCH for c++/24163 (lookup in dependent bases) and c++/29131 From: Gabriel Dos Reis To: Jason Merrill Cc: gcc-patches List , Benjamin Kosnik , "libstdc++" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg01503.txt.bz2 On Fri, May 20, 2011 at 1:01 PM, Jason Merrill wrote: > On 05/20/2011 01:01 PM, Gabriel Dos Reis wrote: >> >> Ah, I had always assumed that the previous implementation was exploiting >> a license given by the standard which says that both contexts should >> yield the same resolution, otherwise the program was ill-formed, no >> diagnostic >> required. > > I believe that only applies to multiple points of instantiation, not to the > template definition context. right you are. Thanks, -- Gaby