| "$schema": "../res/toolchain-schema.json", | "$schema": "../res/toolchain-schema.json", | ||||
| "compiler_id": "msvc", | "compiler_id": "msvc", | ||||
| "flags": [ | "flags": [ | ||||
| "/experimental:preprocessor", // Required for range-v3 | |||||
| "/Zc:preprocessor", // Required for range-v3 | |||||
| "/DSPDLOG_COMPILED_LIB", // Required to use spdlog as a compiled lib | "/DSPDLOG_COMPILED_LIB", // Required to use spdlog as a compiled lib | ||||
| "/std:c++latest", | "/std:c++latest", | ||||
| ], | ], |