tomlplusplus
tomlplusplus copied to clipboard
Header-only TOML config file parser and serializer for C++17.
Results
21
tomlplusplus issues
Sort by
recently updated
recently updated
newest added
trafficstars
## Environment v3.4.0 **Compiler:** g++ 13.2.0 **C++ standard mode:** c++23 **Target arch:** x86 **Library configuration overrides:** #define TOML_HEADER_ONLY 1 #define TOML_FLOAT_CHARCONV 0 #define TOML_INT_CHARCONV 0 **Relevant compilation flags:** set(CMAKE_EXE_LINKER_FLAGS "-static")...
bug