
4 Jul
2012
4 Jul
'12
10:22 a.m.
On Mon, Jul 2, 2012 at 4:56 PM, news.gmane.org <lukester_null@yahoo.co.uk> wrote:
For me, avoiding the use of ref-counted G++ strings.
Isn't G++ going to fix their strings?
g++'s vstring seems to have performance almost as good as STLport's (and way better than boost's) from the limited testing I've done.
Does Boost have a string type?
I should mention that the performance of boost.format is not an issue as it's not used in any time critical code - just a while load of pain if unable to support alternative strings, hence my hackery.
If performance is not an issue, why would you use another string type? -- Olaf