On Mon, 08 Sep 2003 12:51:52 +0200, Andre du Toit wrote
Hello.
Does anyone know whether it is currently possible to use Boost with the Intel Compiler v7.0 and the latest STLport, in windows? It seems I still have to hack files in date_time/posix_time (specifically time_formatters.hpp), to reduce my compile errors. Like defining BOOST_MSVC and then undeffing it, before line 43 of this file is processed. Otherwise I get ambigious operator definitions. Also, is it possible to actually build the date_time library with the Intel compiler and STLport at the same time? Why is there a msvc-stlport toolset but no intel-stlport toolset?
Actually I believe it should work. The meta-comm regressions show this combination as passsing. http://boost.sourceforge.net/regression-logs/cs-win32_metacomm.html Are you using 1.30.2 or CVS? Jeff