doc: recommend to set /Zc:__cplusplus

This commit is contained in:
ToruNiina 2020-09-20 18:07:58 +09:00
parent 7c18cbb1d9
commit 6a328fe890

View File

@ -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