Closed Tradias closed 2 years ago
Should be fixed in current trunk?
You're right the Boost 1.79 release is broken. I did post a patch to the mailing list.
And as a more general question: How to clone a status_result
? I was using a function like this so far:
There are clone()
free functions in trunk Outcome for basic results and basic outcomes with status codes in them.
Cool that works, thank you!
Since Boost 1.79.0 I am struggling to clone a
status_result<void>
as the following code stopped compiling:https://godbolt.org/z/Pezhxnrq8
And as a more general question: How to clone a
status_result<void>
? I was using a function like this so far: