mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
doc: recommend to set /Zc:__cplusplus
This commit is contained in:
@@ -110,6 +110,8 @@ int main()
|
|||||||
The convenient way is to add this repository as a git-submodule or to install
|
The convenient way is to add this repository as a git-submodule or to install
|
||||||
it in your system by CMake.
|
it in your system by CMake.
|
||||||
|
|
||||||
|
Note for MSVC: We recommend to set `/Zc:__cplusplus` to detect C++ version correctly.
|
||||||
|
|
||||||
## Decoding a toml file
|
## Decoding a toml file
|
||||||
|
|
||||||
To parse a toml file, the only thing you have to do is
|
To parse a toml file, the only thing you have to do is
|
||||||
|
Reference in New Issue
Block a user