Browse Source
The latest version of MSVC STL brings C++23 standard library modules, which conflict with precompiled headers. Disabling with /experimental:module- has no effect, so force C++20 in the meantime while we wait for module support in other compilers.pull/15/merge
2 changed files with 5 additions and 3 deletions
Loading…
Reference in new issue