Hi,
I tried compiling fmtlib (a text formatter library) with ICC v15-v17.
it compiles well with gcc4.8.5+ and clang but icc reported issues.
i opened an issue in their github and found a workaround for compilation of the core library, but not for the fmtlib tests.
the developer suggested to update the intel team since he thinks it's an ICC bug.
you can see the full discussion here
https://github.com/fmtlib/fmt/issues/822
Thanks Rafi