$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [outcome] How to drop the formal empty state
From: Peter Dimov (lists_at_[hidden])
Date: 2017-05-25 17:41:08
Niall Douglas wrote:
> I'd choose uninitialised bytes or default constructing T before default
> constructing E to a null error_code.
I'd choose (by a factor of 10^3) a singular empty state before uninitialized
bytes. If it comes to that.