$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [align] [review] Pre-review comments
From: Peter Dimov (lists_at_[hidden])
Date: 2014-03-30 04:46:55
Glen Fernandes wrote:
> Steven, thank you!
>
> I've made changes to the documentation, source, and tests based on your
> feedback. Commit: 01eed9a222
I don't agree with the change in aligned_alloc requirements that would
undefine its behavior when 'alignment' is not a fundamental or an extended
alignment value. There are cases in which one needs memory aligned at values
that are not specific to the C++ implementation but come from hardware or
the OS, determined at runtime, such as the page size, cache line size,
sector size.