$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Off topic] Strict Aliasing white paper redux
From: Patrick Horgan (phorgan1_at_[hidden])
Date: 2011-01-03 19:34:49
On 01/03/2011 01:45 AM, Václav Haisman wrote:
>
> The important part is the "different types at different times". It
> cannot hold both uint16_t and uint32_t at the same time.
I agree with you, C clearly spells out that you can do it, and C++
precludes it.
Patrick