From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1100 invoked by alias); 26 Apr 2004 19:56:20 -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 1090 invoked by uid 48); 26 Apr 2004 19:56:19 -0000 Date: Mon, 26 Apr 2004 20:42:00 -0000 Message-ID: <20040426195619.1089.qmail@sources.redhat.com> From: "igodard at pacbell dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040426195354.15154.igodard@pacbell.net> References: <20040426195354.15154.igodard@pacbell.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/15154] Lib doesn't provide implementations for some bitset extensions X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg02457.txt.bz2 List-Id: ------- Additional Comments From igodard at pacbell dot net 2004-04-26 19:56 ------- Test case (complete this time?): #include int main() { bitset<10> b; b._Find_first(); return 0; } will fail to link. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15154