$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-04-05 07:33:23
>But boost/type_traits.hpp doesn't have an is_complete<T>. Has that ever
>been discussed?
No, and it is a useful idea, but how would you implement it?
BTW how about :
BOOST_STATIC_ASSERT(sizeof(T));
which would have the effect you want I think...
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/