I am suggesting that this library be made up to date with newer standards. Hence
For people compiling with c++20, we can either :
- use rfl::Result
or
- use std::expected by including the header
And for people compiling on C++23 or higher :
- use std::expected<..., rfl::Error> for all.
I am suggesting that this library be made up to date with newer standards. Hence
For people compiling with c++20, we can either :
or
And for people compiling on C++23 or higher :