$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Endian] Performance
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2011-09-09 15:49:04
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)
Vicente