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

From: Fridrich Strba <fridrich.strba_at_bluewin.ch>
Date: Thu Mar 03 2011 - 08:50:01 CET

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?

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 08:50:33 2011

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2011 - 08:50:33 CET