From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23602 invoked by alias); 19 Apr 2002 20:36: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 23568 invoked by uid 71); 19 Apr 2002 20:36:05 -0000 Date: Fri, 19 Apr 2002 13:36:00 -0000 Message-ID: <20020419203605.23559.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Benjamin Kosnik Subject: Re: libstdc++/5492: basic_string seems to fail to use template-defined allocator. Reply-To: Benjamin Kosnik X-SW-Source: 2002-04/txt/msg00996.txt.bz2 List-Id: The following reply was made to PR libstdc++/5492; it has been noted by GNATS. From: Benjamin Kosnik To: Phil Edwards Cc: gcc-gnats@gcc.gnu.org, carlo@alinoe.com, kk71878@hotmail.com, gcc-bugs@gcc.gnu.org Subject: Re: libstdc++/5492: basic_string seems to fail to use template-defined allocator. Date: Fri, 19 Apr 2002 13:31:27 -0700 Oh! I did some work on this and then never put it in the PR. It would be great if you could take over this phil. I'll add in the notes later today, but POST++ is allocating the string contents on the heap, so they are not being saved in the persistent object. I have a smaller example. I don't think this is a library bug anymore, but a post++ bug. More details later