toml11/toml
ToruNiina 514df99e40 feat: consider invalid UTF-8 as syntax_error
the following codepoints are considered to be a syntax_error
- [0xD800, 0xDFFF]
- larger than 0x10FFFF
2019-03-15 17:39:31 +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 feat: consider invalid UTF-8 as syntax_error 2019-03-15 17:39:31 +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 feat: mark to_toml as deprecated 2019-03-15 14:29:32 +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 feat: mark to_toml as deprecated 2019-03-15 14:29:32 +09:00
value.hpp feat: format any number of values into an err msg 2019-03-15 12:38:37 +09:00