$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Endian] Reading/writing from/to byte buffers
From: David Stone (david_at_[hidden])
Date: 2017-01-28 00:13:52
Aliasing rules in C++ prohibit the use of reinterpret_cast in this
situation unless the dynamic type pointed to by p is actually
big_int64_buf_t.