Your message dated Sat, 28 Dec 2002 00:10:12 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#158988: libstdc++/9066: docs for char_traits template not 
having an implementation
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 31 Aug 2002 12:18:00 +0000
>From [EMAIL PROTECTED] Sat Aug 31 07:18:00 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mail.uni-kl.de (uni-kl.de) [131.246.137.52] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 17l7CR-0004p8-00; Sat, 31 Aug 2002 07:17:59 -0500
Received: from mailgate1.uni-kl.de (mailgate1.uni-kl.de [131.246.120.5])
        by uni-kl.de (8.12.4/8.12.4) with ESMTP id g7VCHud6011852;
        Sat, 31 Aug 2002 14:17:56 +0200 (MET DST)
Received: from localmail.localdomain ([127.0.0.2])
        by mailgate1.uni-kl.de (MailMonitor for SMTP v1.2.0 Beta) ;
        Sat, 31 Aug 2002 14:17:56 +0200 (CEST)
Received: from enterprise.cck.uni-kl.de (enterprise.cck.uni-kl.de 
[131.246.239.10])
        by mailgate1.uni-kl.de (8.12.5/8.12.5) with ESMTP id g7VCHtMX023191;
        Sat, 31 Aug 2002 14:17:55 +0200
Received: from localhost (deka [131.246.239.27])
        by enterprise.cck.uni-kl.de (8.9.2/8.9.2) with ESMTP id OAA20353;
        Sat, 31 Aug 2002 14:17:54 +0200 (MET DST)
Received: from hunger by localhost with local (Exim 3.35 #1 (Debian))
        id 17l7CD-0008Bv-00; Sat, 31 Aug 2002 14:17:45 +0200
Subject: g++-3.2: char_traits template does not have a implementation
From: "Tobias Hunger" <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System" <[EMAIL PROTECTED]>
X-Mailer: reportbug 1.99.51
Date: Sat, 31 Aug 2002 14:17:45 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Tobias Hunger <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: g++-3.2
Version: 1:3.2.1-0pre1
Severity: normal
Tags: upstream

Hi!

bits/char_traits.h Defines the char_traits template without providing a
default implementation, only specialisations for char and wchar_t. This
is very annoying as you need to fill in all the gory details if you want
to have a string of something else (like string<size_t> to hold a list
of postitions into some other string, supporting the same operations as
the original string. Useful to write bidirectional reordering).

Regards,
Tobias

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux c3po 2.4.19-my-686 #1 Thu Aug 29 15:10:10 CEST 2002 i686
Locale: LANG=C, [EMAIL PROTECTED]

Versions of packages g++-3.2 depends on:
ii  gcc-3.2                    1:3.2.1-0pre1 The GNU C compiler.
ii  gcc-3.2-base               1:3.2.1-0pre1 The GNU Compiler Collection (base 
ii  libc6                      2.2.5-14      GNU C Library: Shared libraries an
ii  libstdc++5-dev             1:3.2.1-0pre1 The GNU stdc++ library version 3 (

-- no debconf information



---------------------------------------
Received: (at 158988-done) by bugs.debian.org; 27 Dec 2002 23:12:54 +0000
>From [EMAIL PROTECTED] Fri Dec 27 17:12:53 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18S3ev-0001O0-00; Fri, 27 Dec 2002 17:12:53 -0600
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
        by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id AAA17977
        for <[EMAIL PROTECTED]>; Sat, 28 Dec 2002 00:10:13 +0100 (MET)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id gBRNACo18945;
        Sat, 28 Dec 2002 00:10:12 +0100 (MET)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 28 Dec 2002 00:10:12 +0100
To: [EMAIL PROTECTED]
Subject: Re: Bug#158988: libstdc++/9066: docs for char_traits template not 
having an implementation
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-9.0 required=5.0
        tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
              SPAM_PHRASE_00_01
        version=2.41
X-Spam-Level: 

Ok, closing the report.

Phil Edwards writes:
> On Fri, Dec 27, 2002 at 03:58:14PM -0000, [EMAIL PROTECTED] wrote:

> Annoyingly, there's no easy documented way to add oneself to the list of
> recipients of an existing BTS number, and there's no way to remove oneself
> from getting junk from the BTS itself.
> 
> 
> > On Sat, Aug 31, 2002 at 04:07:36PM -0400, Phil Edwards wrote:
> > 
> > I should add that the recent August archives of the libstdc++ list
> > (gcc.gnu.org) have examples of how to do the gory details.  They will
> > be formalized into note in the online docs as soon as someone (read: me)
> > has the time, and possibly may be coded into an <ext/something> header.
> 
> That's been done:  
> http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/howto.html#5


Reply via email to