$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] small_vector alignment
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2017-03-28 09:13:43
On 27/03/2017 12:42, Tobias Loew via Boost wrote:
> I've made a pull-request <https://github.com/boostorg/container/pull/47>
> for the container-module. Comments are wellcome.
>
> Tobias
The alignment could be part of the allocator's compile-time properties.
At least, this does not require passing the alignment as an extra
template parameter.
Best,
Ion