
29 Nov
2004
29 Nov
'04
4:24 p.m.
On Mon, Nov 29, 2004 at 04:04:29PM -0000, John Maddock wrote:
1) a corrected version of is_abstract_template_test.cpp
I've updated is_abstract test with your tests, found that VC7.1 has the same bug (?) as gcc-3.4 BTW.
2) a patch to boost/type_traits/is_abstract.hpp that works around gcc bug #17232.
[...] I've simplified your fix down to a:
BOOST_STATIC_ASSERT(sizeof(T));
which also does the trick quite nicely.
I'm running all the type traits tests through now, as long as there are no unexpected hiccups it'll all be in cvs soon.
Thanks! Christoph -- http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/cludwig.html LiDIA: http://www.informatik.tu-darmstadt.de/TI/LiDIA/Welcome.html