21 #ifndef FUB_EXT_OUTCOME_HPP
22 #define FUB_EXT_OUTCOME_HPP
25 #include <boost/outcome.hpp>
31 template <
typename T,
typename E>
32 using Result = boost::outcome_v2::result<T, E>;
The fub namespace.
Definition: AnyBoundaryCondition.hpp:31
Result< void, TimeStepTooLarge > Reduceall(MPI_Comm comm, Result< void, TimeStepTooLarge > result)
boost::outcome_v2::result< T, E > Result
Definition: outcome.hpp:32