ToruNiina
|
7b3684b54e
|
add and_other and or_other to toml::result
effectively same as Rust's std::Result::and and or.
|
2018-12-17 18:24:41 +09:00 |
|
ToruNiina
|
8388664fc6
|
add map_err_or_else to result
|
2018-12-08 22:44:15 +09:00 |
|
ToruNiina
|
e3f6805629
|
add conversion members to result
|
2018-12-06 12:47:14 +09:00 |
|
ToruNiina
|
b53d11ce79
|
ci: downgrade test modules, use BOOST_CHECK
Because travis.CI installs old, out-of-date version of Boost,
BOOST_TEST is not supported. we need to use BOOST_CHECK to link
with it.
|
2018-12-02 18:25:09 +09:00 |
|
ToruNiina
|
6c0a12148b
|
add result<T, E> struct to handle errors
aiming later updates and refactoring of parsers
|
2018-12-02 18:01:37 +09:00 |
|