glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Refactoring


From: Sébastien
Subject: Re: [glob2-devel] Refactoring
Date: Wed, 3 May 2006 11:33:08 +0200
User-agent: KMail/1.9.1

Le Mercredi 3 Mai 2006 10:28, Stéphane Magnenat a écrit :
> I prefer Sebastian's version, as it is very easy to understand and thus
> will help people enter into it. Not everyone is STL übergeek and, honestly,
> STL is very powerfull but not very userfriendly at first sight.
>
> As this printf thing will be used everywhere, having a simple object with
> this feature will surely compile faster than boost::format, which is a
> bonus.
I'm not sure to understand, you mean that instead of doing 
FormatableString("Hello %s").arg("Beuss); we do something like 
FormatableString &fs = FormatableString::getInstance();
fs.setString("Hello %s");
fs.arg("Beuss");
to avoid construction (I guess I'm wrong no ?)
>
> Do not understand me wrong, as I've written on the other thread, I'm not
> against boost. I just think this dependency problem should be addressed on
> a pragmatic basis and not on a religious one.
>
> Steph
>
>
> _______________________________________________
> glob2-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/glob2-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]