Skip to content
  1. Jun 07, 2023
    • Morph's avatar
      CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules · f62f43c0
      Morph authored
      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.
      f62f43c0
  2. Jun 06, 2023
  3. Jun 05, 2023
  4. Jun 04, 2023
  5. Jun 03, 2023
Loading