
5 Jul
2012
5 Jul
'12
4:22 p.m.
On Wed, Jul 4, 2012 at 2:31 PM, Luke Elliott <lukester_null@yahoo.co.uk> wrote:
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?
Performance of boost.format is not important; of strings themselves it very much is.
Right. So what exactly is the problem? Return type of format::str()? -- Olaf