
12 Sep
2007
12 Sep
'07
7:23 p.m.
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://lists.boost.org/mailman/listinfo.cgi/boost
Thank you John. --Johan