Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

The {fmt} library for the upcoming C++ 20 standard compiles under MSVC, but not Intel unless /Qipo is switched on

Tolmie__Shane
Beginner
499 Views

The Intel Compiler v19.0 has a bug where it fails to link in pre-compiled header mode, unless Interprocedural Optimization: Multi-File (/Qipo) is switched on. This bug is not present in MSVC.

https://github.com/fmtlib/fmt/issues/1295

If you wish, I can provide a sample project if you cannot reproduce the issue.

0 Kudos
1 Reply
Viet_H_Intel
Moderator
499 Views

What version of VS2017 are you using? Please provide us a sample test case.

0 Kudos
Reply