skystrife / cpptoml

cpptoml is a header-only library for parsing TOML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse error report!

kaocs opened this issue · comments

commented

hi
I use the master version to test parse this toml : https://github.com/toml-lang/toml/blob/master/examples/example-v0.4.0.toml
Error is : Failed to parse ../toml-master/examples/example-v0.4.0.toml: Malformed number (out of range: stod) at line 152
toml v0.4.0 is supported, ok?

The example document is invalid. See toml-lang/toml#377.