$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-08-27 01:50:57
Howard Hinnant wrote:
> template<class T, class D = typename detail::default_delete<T>::type>
> class move_ptr;
why in type? This could be stored in trampoline function, stored
together with pointer, something like this
http://b.kozicki.pl/cpp/ext_auto_ptr_090.zip
B.