$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Endian] Performance
From: john filo (filo_at_[hidden])
Date: 2011-09-09 16:05:44
On 09/09/2011 02:49 PM, Vicente J. Botet Escriba wrote:
> Le 09/09/11 21:14, john filo a écrit :
>>
>> template<typename DST, typename SRC>
>> DST aliased_ptr_cast(DST dst)
>
> I gues this is
>
> DST aliased_ptr_cast(SRC src)
>
Correct. Let this be a lesson to me to always cut & paste from the
source instead of typing it by hand.