toml11/toml
2019-04-25 22:32:18 +09:00
..
combinator.hpp perf: do not use concat_string if it is not needed 2019-04-16 21:09:59 +09:00
datetime.hpp fix /W4 warnings on MSVC 2019-04-16 13:25:45 +02:00
exception.hpp refactor: make include guard style uniform 2019-03-16 14:19:47 +09:00
from_toml.hpp refactor: remove unused function parameter names 2019-04-06 19:39:13 +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 fix: skip first ws/newlines in toml literal 2019-04-21 16:31:24 +09:00
parser.hpp fix: improve err msg for multiline inline table 2019-04-19 13:22:13 +09:00
region.hpp feat: add functions to get comments around region 2019-04-25 22:32:18 +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 feat: add yet another constructor to value 2019-04-17 23:43:42 +09:00