cpptoml icon indicating copy to clipboard operation
cpptoml copied to clipboard

cpptoml is a header-only library for parsing TOML

Results 41 cpptoml issues
Sort by recently updated
recently updated
newest added

https://invent.kde.org/-/snippets/1655 Errors of interest are: ``` /tmp/makepkg/decaf-emu-git/src/decaf-emu/libraries/cpptoml/include/cpptoml.h:1033:52: error: ‘numeric_limits’ is not a member of ‘std’ 1033 | if (static_cast(v->get()) > std::numeric_limits::max()) | ^~~~~~~~~~~~~~ /tmp/makepkg/decaf-emu-git/src/decaf-emu/libraries/cpptoml/include/cpptoml.h:1033:68: error: expected primary-expression before ‘>’ token...

In the cmake the version is set at 0.4.0 while the tags have as last release 0.1.1 What's the real version of the package?

The CRAN maintainers, who tend to be very proactive with new compiler builds, alerted me that my [RcppROML](https://github.com/eddelbuettel/rcpptoml) package was failing builds under `g++-11`, and hinted that the change was...

I'm packaging `wireplumber` for NixOS (nixpkgs), and it uses this library. With this change, `meson` is able to just discover `cpptoml` via typical `pkg-config` mechanisms. I'm going to carry this...

Would love to have the ability to specify the precision/digits to use when writing out floats. Currently `cpptoml` is writing out numbers like 0.29799999999999999 and 0.60999999999999999 which contain way too...

I'm trying to compile in Windows and I hit the following error: ```cpp cpptoml.h(570): error C2280: 'std::shared_ptr std::dynamic_pointer_cast(const std::shared_ptr &) noexcept': attempting to reference a deleted function ``` Is there...

more-info-needed

C++17 adds a standard library type that can be used instead of the in-built `option` template.

https://github.com/toml-lang/toml/blob/master/versions/en/toml-v1.0.0-rc.1.md

Please, pretty please, add conan support for this great library! It is the last remaining dependency (out of 7) in our project that is not available on Conan Center. For...

I added support for int32 and float. Like your library very much by the way