toml11/toml
ToruNiina 9af2d65417 feat: allow heterogenous array
if TOML11_USE_UNRELEASED_TOML_FEATURES is activated.
In TOML v0.5.0, heterogenous arrays are not allowed. But after some
discussions in toml-lang/toml, it is decided to allow it in the next
release (toml-lang/toml/pull/676).
To support it, disable type check in parse_array function.
2019-11-08 15:36:58 +09:00
..
combinator.hpp fix sign-compare warning 2019-06-09 12:00:28 -07:00
comments.hpp feat: enable to swap comment and strings 2019-07-13 14:33:14 +09:00
datetime.hpp refactor: add explicit type conversion 2019-06-21 00:25:57 +09:00
exception.hpp feat: add src_loc to all the exceptions 2019-11-01 21:14:33 +09:00
from.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
get.hpp feat: pass source_location to exception 2019-10-31 22:23:31 +09:00
into.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
lexer.hpp fix: add "unreleased" flag to raw-tab-in-string 2019-09-04 18:10:15 +09:00
literal.hpp feat: pass source_location to exception 2019-10-31 22:23:31 +09:00
parser.hpp feat: allow heterogenous array 2019-11-08 15:36:58 +09:00
region.hpp refactor: simplify inclusion dependencies 2019-10-31 21:58:28 +09:00
result.hpp feat: use detail::none_t instead of char 2019-05-31 17:07:52 +09:00
serializer.hpp feat: allow 0-prefix exponent if the flag is on 2019-10-08 23:23:53 +09:00
source_location.hpp feat: check line_num before converting it to int 2019-10-31 22:21:24 +09:00
storage.hpp add simplest copyright notice 2018-12-13 20:44:10 +09:00
string.hpp feat: add operator+= to toml::string 2019-10-09 21:51:14 +09:00
traits.hpp refactor: add utility meta-func for internal use 2019-09-28 10:58:02 +09:00
types.hpp feat: remove unused trait types 2019-06-22 17:35:40 +09:00
utility.hpp Fix Visual Studio 2019 warnings in pedantic compilation mode (/W4 /WX) 2019-05-10 14:58:22 +03:00
value.hpp feat: pass source_location to exception 2019-10-31 22:23:31 +09:00