Message du 13/06/11 09:12 De : "Bo Jensen" A : boost-users <at> lists.boost.org Copie à : Objet : [Boost-users] [chrono] Can not build with intel-win
Newest intel C++ release and vs2010, can not build with chrono from trunk.
I get :
pnet.cpp ..\..\..\external\boost\boost/chrono/duration.hpp(94): error: expected an expression && (boost::is_convertible ^
..\..\..\external\boost\boost/chrono/duration.hpp(124): error: expected an expression && (boost::is_convertible ^
compilation aborted for ..\network\pnet.cpp (code 2)
call "C:\Program Files (x86)\Intel\ComposerXE-2011\bin\intel64//iclvars.bat" > nul icl @"bin\intel-win\release\threading-multi\pnet.obj.rsp"
Any suggestions welcome.
Hi,
I have no idea of what could be the cause of the error.
Please could you try adding the namespace boost to common_type and send me the preprocesed output.
Thanks, Vicente
Hi, I tried adding the namespace boost to common_type on L93,L95,L123 and L125 but the exact same error appears. Any other ideas? Thanks, Edward