$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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:
Best,
Ion