toml11/toml
ToruNiina 61dfa4a2dc feat: format any number of values into an err msg
```cpp
toml::format_error("[error] message", v1, "v1", v2, "v2", ...);
```
2019-03-15 12:38:37 +09:00
..
combinator.hpp fix: format char in an error message correctly 2019-02-19 02:46:48 +09:00
datetime.hpp remove one branch by preprocessor 2018-12-26 13:38:01 +09:00
exception.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
from_toml.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
get.hpp fix: use format_underline for N regions everywhere 2019-03-14 00:59:10 +09:00
lexer.hpp fix: disallow invalid escape sequence 2019-03-01 22:13:32 +09:00
parser.hpp fix: use format_underline for N regions everywhere 2019-03-14 00:59:10 +09:00
region.hpp refactor: remove redundant function 2019-03-14 00:56:35 +09:00
result.hpp move return_type_of_t from result to traits 2019-02-13 13:34:03 +09:00
serializer.hpp style: remove needless type casting 2019-03-13 01:17:27 +09:00
storage.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
string.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
to_toml.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
traits.hpp move return_type_of_t from result to traits 2019-02-13 13:34:03 +09:00
types.hpp Fix multiple definition error 2019-01-30 17:06:23 +01:00
utility.hpp style: add braces to if and remove additional else 2019-02-19 02:56:15 +09:00
value.hpp feat: format any number of values into an err msg 2019-03-15 12:38:37 +09:00