toml11/toml
ToruNiina 7a0ecf977d feat: add find_or(table, key, fallback)
get_or(value, fallback) is still ok, but get_or(table, key, fallback)
is now deprecated.
2019-03-18 17:44:03 +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 feat: add find_or(table, key, fallback) 2019-03-18 17:44:03 +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
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: remove extraneous null character after float 2019-03-15 19:30:36 +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: correctly deduce return value of visitor 2019-03-18 10:53:04 +09:00