Boost logo

Boost :

Subject: Re: [boost] New failing tests in circular buffer on some platforms
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2013-07-28 08:04:39


2013/7/20 Paul A. Bristow <pbristow_at_[hidden]>

> I note that there are some new failing tests for circular buffer on some
> platforms
>
> http://www.boost.org/development/tests/trunk/developer/circular_buffer.html
>
<...>

> Can any experts shed light on this?
>

I'm adding rvalue references support for Boost.CircularBuffer. Some of its
methods require is_copy_constructible trait, which was added recently and
had some issues.
So I had accidentally broke circular_buffer in a few places. I hope those
bugs did not disturb anybody.

Currently it looks like everything is OK, all tests pass (even the new
ones, that use Boost.Move noncopyable but movable classes). I'll update
docs for new methods in a week or two.

-- 
Best regards,
Antony Polukhin

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