Files
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
..
2019-03-16 14:27:05 +09:00
2019-03-16 14:27:05 +09:00
2021-04-16 15:29:24 +09:00
2021-04-16 15:29:24 +09:00
2021-05-14 16:01:43 +09:00