toml11/toml
ToruNiina 0ac3919e08 feat: from<T> and from_toml precede constructor
constructor sometimes has `template<T> ctor(const T&)` and it causes
ambiguity. To avoid it, from<T> and T.from_toml precedes any
constructor. But, to check the ambiguity between from<T> and from_toml,
they do not precede each other. If anyone define both from<T> and
from_toml, it causes compilation error.
2021-05-14 16:05:54 +09:00
..
color.hpp feat: reorder headers following google c++ style 2020-06-28 00:58:20 +09:00
combinator.hpp refactor: remove template from detail::region 2020-07-25 22:01:34 +09:00
comments.hpp feat: add TOML11_PRESERVE_COMMENTS_BY_DEFAULT 2021-04-16 15:28:58 +09:00
datetime.hpp feat: reorder headers following google c++ style 2020-06-28 00:58:20 +09:00
exception.hpp feat: reorder headers following google c++ style 2020-06-28 00:58:20 +09:00
from.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
get.hpp feat: from<T> and from_toml precede constructor 2021-05-14 16:05:54 +09:00
into.hpp feat: add from<T> and into<T> 2019-03-16 14:27:05 +09:00
lexer.hpp Merge branch 'master' into reorder-headers 2020-07-10 00:06:22 +09:00
literal.hpp feat: use comment macro everywhere 2021-04-16 15:29:24 +09:00
macros.hpp fix: enable to control macro definition 2021-04-02 17:21:25 +09:00
parser.hpp feat: use comment macro everywhere 2021-04-16 15:29:24 +09:00
region.hpp fix: rename func args to avoid -Wshadow in GCC 4.x 2021-05-10 22:56:16 +09:00
result.hpp feat: use detail::none_t instead of char 2019-05-31 17:07:52 +09:00
serializer.hpp fix: avoid argname key to supress warning 2021-05-10 20:47:08 +09:00
source_location.hpp Add missing include for ostringstream 2020-12-09 10:19:07 +00:00
storage.hpp refactor: add explicit to ctors of internal types 2020-01-24 15:58:24 +09:00
string.hpp feat: reorder headers following google c++ style 2020-06-28 00:58:20 +09:00
traits.hpp fix: fix has_specialized_from/into 2021-05-14 16:01:43 +09:00
types.hpp fix: add region where -Wshadow is ignored on GCC 4 2021-05-10 23:00:30 +09:00
utility.hpp feat: reorder headers following google c++ style 2020-06-28 00:58:20 +09:00
value.hpp fix: rename func args to avoid -Wshadow in GCC 4.x 2021-05-10 22:56:16 +09:00