$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Format] Making a change
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2012-02-14 08:00:11
On 2/14/2012 6:18 AM, Olaf van der Spek wrote:
>
> Yes, please
>
> Compare:
> 1: set(dict2, "link", (boost::format("../../?q=%s") % name).str());
> 2: set(dict2, "link", boost::format("../../?q=%s") % name);
>
I've submitted a changed file (one line added, plus comments) as Ticket #6553.
As far as I know, other threads have just complained about the lack and lamented it. So
let's _do_ it already. Is there a committee, an official owner of that component, or
what? How do we get that change accepted in the official build?
John