Boost logo

Boost :

Subject: Re: [boost] [LOG] formatting_ostream API change
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2015-11-09 12:25:55


On 2015-11-09 20:20, Andrew Hundt wrote:
> I had the following code, which worked in 1.58:

[snip]

> I used it to output a std::vector<float> as follows:
>
> BOOST_LOG_TRIVIAL(trace) << “Real joint angles from FRI: " <<
> realJointPosition << "\n";
>
> However this now seems to fail in 1.59. I’ve created a github gist with the
> compiler output <https://gist.github.com/ahundt/5869dbd09e889b7153c3> in
> case that’s helpful as well. I see that the update recently had some
> breaking changes, what is the new way to provide the desired functionality?

It's probably caused by this bug:

https://svn.boost.org/trac/boost/ticket/11549


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk