C++ Modules how to solve MSVC compiler error: compailns about internal linkage
I’m trying to package multiple 3rd parties into C++20 modules.
We are using CMake.
Latest CMake Versions have import std
support.
I have already packed some 3rd parties (like fmt) and everything working fine, however some spdlog stuff does not seam to work.
C++ Modules how to solve MSVC compiler error: compailns about internal linkage
I’m trying to package multiple 3rd parties into C++20 modules.
We are using CMake.
Latest CMake Versions have import std
support.
I have already packed some 3rd parties (like fmt) and everything working fine, however some spdlog stuff does not seam to work.
C++ Modules how to solve MSVC compiler error: compailns about internal linkage
I’m trying to package multiple 3rd parties into C++20 modules.
We are using CMake.
Latest CMake Versions have import std
support.
I have already packed some 3rd parties (like fmt) and everything working fine, however some spdlog stuff does not seam to work.