$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Format library
From: Boris (boriss_at_[hidden])
Date: 2008-12-30 05:54:20
On Tue, 30 Dec 2008 09:44:40 +0100, master master
<master_4_master_at_[hidden]> 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