Boost logo

Boost :

From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-06-16 10:33:25


Hi Jan,

Have you ever seen

   http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2007/n2212.html

?

I'm implementing some simple map data-struture as a wrapper around
boost::circular_buffer<boost::optional<Pod>>. In my copy-constructor I
want to memcpy into a newly created circular_buffer of the correct size,
but that is not really possible. In n2212 I outline a solution to this
problem. Would you consider to implement them?

I think the functions will also make circular_buffer more efficient for
use in MPI and Asio.

-Thorsten


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