Hi,
I'm having some issues with missing wide string crt functions when compiling with /Qstd=C++17 in x64 release builds. I'm getting errors like
ipo_2060819obj3.obj : : error LNK2019: unresolved external symbol wmemcmp referenced in function main
It works fine with narrow strings or when targetting C++14. I'm using the latest Intel Compiler 2019 update 3 and Visual Studio 2017 15.9.11. I've attached a minimal example of the problem.
Thanks for your help.
Steven.