From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20617 invoked by alias); 30 Jun 2004 14:39:28 -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 20610 invoked by uid 48); 30 Jun 2004 14:39:27 -0000 Date: Wed, 30 Jun 2004 14:41:00 -0000 Message-ID: <20040630143927.20609.qmail@sourceware.org> From: "redi at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040616121506.16021.redi@gcc.gnu.org> References: <20040616121506.16021.redi@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/16021] Tests for container swap specialisations FAIL in debug mode X-Bugzilla-Reason: CC X-SW-Source: 2004-06/txt/msg03932.txt.bz2 List-Id: ------- Additional Comments From redi at gcc dot gnu dot org 2004-06-30 14:39 ------- Wolfgang, isn't this a specialisation of std::vector::swap() (where T is a user-defined type, not a template parameter) and therefore legal? If it's illegal then there are lots of libstdc++ testsuite files that need fixing, since my code was adapted from the testsuite and the code works fine in non-debug mode. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16021