$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [outcome] success-or-failure objects
From: Peter Dimov (lists_at_[hidden])
Date: 2018-01-23 14:05:24
VinÃcius dos Santos Oliveira wrote:
> > Outcomeâs default is to not provide value-or-error objects. It provides
> > success-or-failure objects.
>
> What does that even mean?
I assume this refers to the choice to model a struct and not a union; that
is, to store both an error and a value, not one or the other.