$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Current Guidance on Compiler Warnings?
From: Peter Dimov (lists_at_[hidden])
Date: 2018-11-26 23:02:08
Gavin Lambert wrote:
> On 27/11/2018 11:29, Steven Watanabe wrote:
> > signed integer overflow has undefined behavior. unsigned integers wrap.
> > This means that signed integers give the compiler more scope for
> > optimization and/or runtime checks.
>
> I'm not aware of any compilers that actually do that, ...