From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14678 invoked by alias); 8 Aug 2005 04:56:56 -0000 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 Received: (qmail 14661 invoked by alias); 8 Aug 2005 04:56:53 -0000 Date: Mon, 08 Aug 2005 04:56:00 -0000 Message-ID: <20050808045653.14660.qmail@sourceware.org> From: "gdr at integrable-solutions dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040610143911.15910.king.benjamin@mh-hannover.de> References: <20040610143911.15910.king.benjamin@mh-hannover.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/15910] can't compile self defined void distance(std::vector, std::vector) X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg00780.txt.bz2 List-Id: ------- Additional Comments From gdr at integrable-solutions dot net 2005-08-08 04:56 ------- Subject: Re: can't compile self defined void distance(std::vector, std::vector) "adah at netstd dot com" writes: [...] | template<> | struct iterator_traits > Invalid. [...] | The point is: adding the seemingly unrelated code will make the user | distance be chosen. yes, we understood that. The point is why is that a bug in the compiler as opposed to a "bug" in the standard? That is what you have failed to explain so far. The mere fact that you did not like the result does not count as a bug in the compiler. -- Gaby -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15910