$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Yap's formal review is starting now!
From: Zach Laine (whatwasthataddress_at_[hidden])
Date: 2018-02-13 16:00:44
On Mon, Feb 12, 2018 at 11:38 PM, Brook Milligan <brook_at_[hidden]> wrote:
>
> > On Feb 12, 2018, at 6:02 PM, Zach Laine <whatwasthataddress_at_[hidden]>
> wrote:
> >
> > - move-only terminals
> >
> > I'm not sure what you mean by this, because the terminal type in your
> example is copyable. Do you mean showing how to force copies with moves,
> or something else?
>
> How is this copyable?
>
Ah! I totally missed the deleted copy operations the first time. Thanks.
Zach