Files
toml11/toml
ToruNiina 717f5929c2 feat: use detail::none_t instead of char
Although the error value from combinators currently does not have any
information, it can have an information because it is a char value. It
is better to use no-information-type explicitly to make it clear that
it does not have any information. So I added none_t in toml::detai and
use it in combinators and parsers as an error value from combinators.
2019-05-31 17:07:52 +09:00
..
2019-03-16 14:27:05 +09:00
2019-05-30 14:39:15 +09:00
2019-03-16 14:27:05 +09:00
2018-12-13 20:44:10 +09:00