
10 Feb
2005
10 Feb
'05
8:37 a.m.
Hi, there's again code in Boost which incorrectly assumes Windows when Intel C++ is used. E.g. I see this error here: intel-linux-C++-action ../bin/boost/libs/range/test/mfc.test/intel-8.1-linux/debug/mfc.o /boost/head-regression/boost/boost/range/detail/mfc/cstring.hpp(18): catastrophic error: could not open source file "afx.h" #include <afx.h> // for CString The range library also has problems regarding its use of Boost.Test: intel-linux-C++-action ../bin/boost/libs/range/test/std_container.test/intel-8.1-linux/debug/std_container.o ../libs/range/test/std_container.cpp(27): error: namespace "boost::unit_test" has no member "test_suite" using boost::unit_test_framework::test_suite; Regards, m