1 Jun
2017
1 Jun
'17
2:31 p.m.
Niall Douglas wrote:
See what you make of my toy std::variant<> based Outcome at:
FWIW, Niall, I convinced my variant implementation to work in Compiler Explorer: https://godbolt.org/g/juh4WB so you can try it for a spin. It's never-valueless, ever, so you can dispense with the "safe assign" workarounds.