$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] Review of Outcome (starts Fri-19-May)
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2017-05-28 08:01:46
Le 27/05/2017 à 19:56, Robert Ramey via Boost a écrit :
> On 5/27/17 6:29 AM, Niall Douglas via Boost wrote:
>> On 27/05/2017 01:22, Robert Ramey via Boost wrote:
>
>
>
>>> Pretty much the same for error codes. You might or might not use them -
>>> but this is a totally orthogonal question as to whether you use outcome
>>> or not as it is (I think) designed to handle any type as an error
>>> return
>>> type
>> You are thinking of expected<T, E> where E is selectable by the end
>> user.
>
> I wasn't thinking of Expected. I saw Vicent's presentation of it some
> years ago and found it unconvincing so I forgot about it.
:(
Vicente