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? O; another thing. Has anyone perhaps built boost in MSYS before? If MSVC + Intel setup is giving me too much hassle, I am going to try and build boost in MSYS. Greetings, Andre