From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16142 invoked by alias); 6 Feb 2006 00:29:36 -0000 Received: (qmail 16129 invoked by uid 48); 6 Feb 2006 00:29:34 -0000 Date: Mon, 06 Feb 2006 00:29:00 -0000 Message-ID: <20060206002934.16128.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/26110] using directive breaks ADL In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00446.txt.bz2 List-Id: ------- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-06 00:29 ------- Why do you think ADL has anything to do with finding ::f here? >>From the standard: -- If T is a fundamental type, its associated sets of namespaces and classes are both empty. So we cannot find ::f here at all. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26110