Did anyone manage to compile Boost 1.65.1 with Intel C++ 18.0 and Visual Studio 15.4.5? I somehow successfully compiled 1.65.1 with prior versions of VS2017 but now it fails.
More specifically, when launching "b2 address-model=64 toolset=intel-18.0-vc14 cxxflags=/Qstd=c++17 --build-type=complete link=static --with-coroutine --with-filesystem --with-context --with-log stage" build process doesn't find "icl" while it's accessible from the same console.
Any help is appreciated.