
9 Sep
2011
9 Sep
'11
8:05 p.m.
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.