Files
toml11/toml
ToruNiina 5aebd6b562 fix: restore the back compat of format_error
the following code was okay in the last release
```
toml::format_error("[test]", v, "test", {"hint1", "hint2"})
```
but was not okay in the current master. This commit fixes this.

cons: By this, the number of values to show is limited upto 3.
2019-03-20 20:46:22 +09:00
..
2019-03-17 21:16:37 +09:00
2019-03-16 14:27:05 +09:00
2019-03-16 14:27:05 +09:00
2019-03-19 21:34:57 +09:00
2019-03-18 11:09:12 +09:00
2018-12-13 20:44:10 +09:00