$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-22 07:47:08
----- Original Message -----
From: "John Maddock" <John_Maddock_at_[hidden]>
> >Interest?
>
> Sure if you want to implement it (!), it should only be required as a
> workaround for compilers without partial specialisation though right?
It needs to be implemented everywhere. If I specialize
has_trivial_destructor<T>::value == true, /none/ of the compilers will
return true for has_trivial_destructor<T const>::value.
-Dave