Boost logo

Boost :

From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2024-05-21 09:26:52


El 21/05/2024 a las 9:41, Andrey Semashev via Boost escribió:
>
> One issue I had with Boost.Container deque is that it only allows
> customizing allocation block size for a given value type and not the
> container itself. This prevents having multiple deques for a given value
> type that use different block sizes.
>
> It would be useful to be able to specify the block size in the deque
> template parameters.
>
> https://github.com/boostorg/container/issues/278

I don't understand your point. You can specify the block size as an
option, it's not tied to a value_type, AFAIK:

https://www.boost.org/doc/libs/master/doc/html/container/configurable_containers.html#container.configurable_containers.configurable_deques

Best,

Ion


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