Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7782 Discussions

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

Tolmie__Shane
Beginner
281 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
281 Views

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

Reply