$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Endian] Performance
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-09-10 07:41:31
On 09/09/2011 11:13 PM, Beman Dawes wrote:
> I'm also curious what you didn't just write:
>
> return reinterpret_cast<ubig32_t>(src);
Probably because that's ill-formed C++.
The template argument to reinterpret_cast must be a pointer or a reference.