test_case_template_test / borland-5.6.4

2 Oct
2004
2 Oct
'04
4:08 p.m.
This fails due to what seems to be some compiler bug with MPL. That this test does is run following test case : template<typename Number> void test0( Number* = 0 ) { BOOST_CHECK_EQUAL( 2, Number::value ); } with all elements of following list: typedef boost::mpl::list_c<int,2,2,2,2,2,2,2> only_2; I expect 0 errors, borland produce 7, meaning that all of the comparisons fail. Any suggestions, Gennadiy.
7556
Age (days ago)
7556
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gennadiy Rozental