
30 Dec
2008
30 Dec
'08
10:54 a.m.
On Tue, 30 Dec 2008 09:44:40 +0100, master master <master_4_master@yahoo.com> wrote:
[...]If I am not wrong then this is because " format specifications can not be the combination of ordered types(%1%, %2%, ...) and unodered types(%s, %d, etc) "
If this is true then this is the limitation of Format library in Boost or may be I am wrong. So what is the solution if I want to use combination of both types. This is just
It's true that Boost.Format doesn't allow combining ordered and unordered format specifiers. That said your only choice is using another library than Boost.Format? Boris