$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: Peter Dimov (lists_at_[hidden])
Date: 2017-05-15 21:23:33
Niall Douglas wrote:
> We don't need to depend on guaranteed return value elision. There is an
> emplacing constructor, an initializer_list constructor, and the observers
> return references. So one does not need a default constructor, nor copy
> nor move.
How are you going to return it from a function then? That's what these types
are, function return values.