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
..
combinator.hpp fix: format char in an error message correctly 2019-02-19 02:46:48 +09:00
datetime.hpp Merge branch 'master' into hotfix 2019-03-17 21:16:37 +09:00
exception.hpp refactor: make include guard style uniform 2019-03-16 14:19:47 +09:00
from_toml.hpp refactor: make include guard style uniform 2019-03-16 14:19:47 +09:00
from.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
get.hpp fix: add missing const specifier to some of get()s 2019-03-20 00:37:13 +09:00
into.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
lexer.hpp fix: disallow invalid escape sequence 2019-03-01 22:13:32 +09:00
literal.hpp feat: add ""_toml literal 2019-03-19 21:34:57 +09:00
parser.hpp refactor: simplify branches about utf8 codepoint 2019-03-15 17:48:47 +09:00
region.hpp refactor: add and rewrite comments 2019-03-18 11:09:12 +09:00
result.hpp refactor: make include guard style uniform 2019-03-16 14:19:47 +09:00
serializer.hpp fix: add stream operator for toml::table 2019-03-20 19:30:08 +09:00
storage.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
string.hpp refactor: make include guard style uniform 2019-03-16 14:19:47 +09:00
traits.hpp feat: add a way to check arg is "string literal" 2019-03-18 16:31:12 +09:00
types.hpp refactor: make include guard style uniform 2019-03-16 14:19:47 +09:00
utility.hpp feat: enable to show message for deprecated() 2019-03-18 16:28:27 +09:00
value.hpp fix: restore the back compat of format_error 2019-03-20 20:46:22 +09:00