Files
toml11/toml
ToruNiina e79069cc47 enable to show err msg for invalid insertion
like, with the following (invalid) toml file

> a.b = "value"
> a.b.c = 42

The error message becomes

> terminate called after throwing an instance of 'toml::syntax_error'
>   what():  [error] toml::insert_value: target (a.b) is neither table nor
> an array of tables
>  --> example.toml
>  1 | a.b = "value"
>    |       ~~~~~~~ actual type is string
>  ...
>  2 | a.b.c = 42
>    |         ~~ inserting this
2018-12-13 17:09:38 +09:00
..
2018-12-13 14:57:42 +09:00
2018-12-13 02:24:03 +09:00
2018-12-13 01:28:55 +09:00
2018-12-09 16:41:45 +09:00
2018-12-13 00:38:04 +09:00
2018-12-08 20:21:15 +09:00