Skip to content

Commit

Permalink
Fix breakage due to latest status code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Apr 24, 2023
1 parent 1b74d58 commit 6ea1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/outcome/experimental/status_outcome.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace experimental
/*! AWAITING HUGO JSON CONVERSION TOOL
SIGNATURE NOT RECOGNISED
*/
template <class R, class S = errored_status_code<erased<typename system_code::value_type>>, class P = std::exception_ptr,
template <class R, class S = erased_errored_status_code<typename system_code::value_type>, class P = std::exception_ptr,
class NoValuePolicy = policy::default_status_outcome_policy<R, S, P>> //
using status_outcome = basic_outcome<R, S, P, NoValuePolicy>;

Expand Down

0 comments on commit 6ea1e79

Please sign in to comment.