$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [outcome] High level summary of review feedback accepted so far
From: Peter Dimov (lists_at_[hidden])
Date: 2017-06-01 14:31:23
Niall Douglas wrote:
> See what you make of my toy std::variant<> based Outcome at:
>
> https://tinyurl.com/ybxwlewh
FWIW, Niall, I convinced my variant implementation to work in Compiler
Explorer:
so you can try it for a spin. It's never-valueless, ever, so you can
dispense with the "safe assign" workarounds.