$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2024-12-06 17:56:56
On 12/6/24 20:52, Peter Dimov via Boost wrote:
> Andrey Semashev wrote:
>
>> I don't trust the optimizer. Because it failed me more than once.
>
> That's not the point.
>
> The point is to make life easier for the optimizer, by giving it
> more information to work with (in the form of the fixed extent).
I've already relieved it from work by not writing the unnecessary checks. :)