toml11/toml
2018-12-13 02:00:13 +09:00
..
combinator.hpp change error message considering context 2018-12-06 17:03:57 +09:00
datetime.hpp fix conversion from offset_datetime to system_clock::time_point 2018-12-12 20:28:11 +09:00
exception.hpp Allow to build with intel c++ compiler 2017-06-13 16:05:55 +02:00
from_toml.hpp simplify the implementation of from_toml 2018-05-05 11:59:34 +09:00
get.hpp rename get(table, key) to find() 2018-12-13 02:00:13 +09:00
lexer.hpp split lexer for escape sequence for unicode 2018-12-12 18:59:20 +09:00
parser.hpp remove redundant error message 2018-12-12 23:17:28 +09:00
region.hpp use carriage return depending on env 2018-12-12 23:22:31 +09:00
result.hpp add unwrap_or to result 2018-12-13 01:28:55 +09:00
storage.hpp split storage from value 2018-12-09 16:41:45 +09:00
string.hpp add toml::string to have basic/literal flag 2018-12-09 16:40:57 +09:00
to_toml.hpp simplify to_toml implementation 2018-12-13 00:38:04 +09:00
traits.hpp move is_chrono_duration from types to traits 2018-12-10 22:05:42 +09:00
types.hpp move is_chrono_duration from types to traits 2018-12-10 22:05:42 +09:00
utility.hpp add from_string to utility 2018-12-08 20:21:15 +09:00
value.hpp fix initialization of region in value 2018-12-10 15:25:27 +09:00