On Wednesday 03 May 2006 11:33, Sébastien wrote:
> 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 ?)
no, he just means compiling something using boost can take quite some time :)
--
-- Cyrille Dunant
-- EPFL-IMX-LMC
--
There are three kinds of lies: Lies, Damn Lies, and Statistics.
-- Disraeli
pgpLWfoKNEQyc.pgp
Description: PGP signature
_______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
