$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Outcome review - First questions
From: Peter Dimov (lists_at_[hidden])
Date: 2017-05-23 14:03:03
Andrzej Krzemienski wrote:
> On the other hand, empty state is not something inherited from
> `option<T>`. It is simply that you need it to have a simple implementation
> of `result<T>`. What would a default-constructed `result<T>` do?
The usual approach is to default-construct a T, although in the course of
this review I came to the conclusion that there's a strong argument to be
made for constructing make_error_code( uninitialized_result ) instead.