15 Dec
                
                    2006
                
            
            
                15 Dec
                
                '06
                
            
            
            
        
    
                2:34 p.m.
            
        Roland Schwarz <roland.schwarz@chello.at> writes:
Replacing:
BOOST_CHECK_EQUAL(a,b)
by
BOOST_CHECK(a == b)
also makes the internal compiler error go away...
Gennadiy, what do you think about #define BOOST_CHECK_EQUAL(a,b) BOOST_CHECK((a) == (b)) for this compiler? -- Dave Abrahams Boost Consulting www.boost-consulting.com