$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Råde (rade_at_[hidden])
Date: 2007-09-12 15:23:24
John Maddock wrote:
> Johan Råde wrote:
>> When some type traits, for instance is_base_of,
>> are called with incomplete types,
>> then they may silently "return" incorrect results.
>> It would be better if they failed to compile with incomplete types.
>
> I've fixed this with a couple of static_asserts in the SVN trunk
> version.
>
> John.
>
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>
Thank you John.
--Johan