Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk