From 6a328fe890ed5b404cefe583407464db834b20a7 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 20 Sep 2020 18:07:58 +0900 Subject: [PATCH] doc: recommend to set /Zc:__cplusplus --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b18326..f63fb42 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ int main() The convenient way is to add this repository as a git-submodule or to install it in your system by CMake. +Note for MSVC: We recommend to set `/Zc:__cplusplus` to detect C++ version correctly. + ## Decoding a toml file To parse a toml file, the only thing you have to do is