$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] compact_optional -- prompting interest
From: Matt Calabrese (rivorus_at_[hidden])
Date: 2015-09-27 07:02:17
On Sun, Sep 27, 2015 at 4:00 AM, Matt Calabrese <rivorus_at_[hidden]> wrote:
> Similarly, any type that contains a reference (or a pointer that cannot be
> null) also can take advantage of this by way of an intrusive optional.
>
*logically* contains a reference, I mean. I don't think you can really
implement it directly via a reference.
>
-- -Matt Calabrese