$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-01 08:45:21
From: "John Maddock" <John_Maddock_at_[hidden]>
> >is_reference<T> :=
> >is_compile_time_constant<(std::size_t)&((Holder<T>*)0)->x>
> >
> >Probably not much help, though :(
>
> That doesn't help, however I think I have an alternative anyway...
I'm shocked! And pleased!
> >The following sequence of posts should get you is_array, though:
>
> Yes they should, but I can't get VC6's overload resolution working
> correctly here :-(
I'm shocked and dismayed, given that those posts were directly addressing
workarounds for VC6.
-Dave