toml11/toml
ToruNiina dddcecb034 fix: use snprintf instead of stringstream
to avoid the effect of locale
2019-03-12 23:37:46 +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 add default template arg to toml::find 2018-12-27 15:58:50 +09:00
lexer.hpp fix: disallow invalid escape sequence 2019-03-01 22:13:32 +09:00
parser.hpp Merge branch 'master' into allow-deeper-table-before 2019-03-05 23:27:11 +09:00
region.hpp feat: make location to inherit region_base 2019-03-02 17:52:00 +09:00
result.hpp move return_type_of_t from result to traits 2019-02-13 13:34:03 +09:00
serializer.hpp fix: use snprintf instead of stringstream 2019-03-12 23:37:46 +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: enable to change region of value 2019-03-04 15:01:28 +09:00