Re: urmaslt - r29620 - abiword/trunk/plugins/mswrite/xp

From: J.M. Maurer <uwog_at_uwog.net>
Date: Thu Mar 03 2011 - 23:24:51 CET

On Thu, 2011-03-03 at 08:50 +0100, Fridrich Strba wrote:
> Would not std::set<std::string> do better job, since it would solve the
> problems that Hub mentioned. Like you would not have to do strdup to
> insert and you would not have to be bothered about memory management?

Agreed, that would be a much better solution. It is *way* less error
prone.

  Marc

> F.
>
> On 03/03/11 07:50, Hubert Figuiere wrote:
> > On 11-03-02 10:30 PM, cvs@abisource.com wrote:
> >> font_count = 0;
> >> wri_fonts = NULL;
> >> +
> >> + std::set<char*> raw_fonts;
>
Received on Thu Mar 3 23:24:59 2011

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2011 - 23:24:59 CET