Just upgraded my VS2017 from 15.4.4 to 15.5.0 and now the Intel Compiler (17 update 5) crashes with numerous access violations on multiple solutions/projects (seemingly at random).
Wondering if anyone else has experienced the same?
1>------ Rebuild All started: Project: sstask, Configuration: Release x64 ------
1>log.cpp
1>main.cpp
1>src\app.h(20): error : access violation
1> class app_t : public thread_t, public threadable_t
1> ^
1>
1>syncobj.cpp
1>taskdispatcher.cpp
1>src\taskdispatcher.h(71): error : access violation
1> return FetchCompletedTasks([&]()
1> ^
1>
1>thread.cpp
1>src\thread.cpp(325): error : access violation
1> m_target = (t_obj ? &(*t_obj) : null);
1> ^
1>
1>threadpool.cpp
1>src\app.h(20): error : access violation
1> class app_t : public thread_t, public threadable_t
1> ^
1>
1>timer.cpp
1>src\timer.h(24): error : access violation
1> class timer_t
1> ^
1>