From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16893 invoked by alias); 14 Nov 2002 13:16:07 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 16865 invoked by uid 71); 14 Nov 2002 13:16:06 -0000 Date: Wed, 20 Nov 2002 17:53:00 -0000 Message-ID: <20021114131606.16838.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: libstdc++/8580: undefined references to std::char_traits Reply-To: Gabriel Dos Reis X-SW-Source: 2002-11/txt/msg00673.txt.bz2 List-Id: The following reply was made to PR libstdc++/8580; it has been noted by GNATS. From: Gabriel Dos Reis To: hklunder@legato.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/8580: undefined references to std::char_traits Date: 14 Nov 2002 14:14:58 +0100 hklunder@legato.com writes: | Using a std::basic_string causes undefined references to std::char_traits::length(short const*) and to std::char_traits::copy(short*, short const*, unsigned) This is not a bug. There is no requirement that std::basic_string should work just out of box. See the FAQ. -- Gaby