$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Noexcept
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2017-06-12 21:31:00
>
> (if you did y.result() it'd throw in case of failures (optional<> or not),
> so if you call .result() you can't accidentally pass the bad value to g.)
>
Obviously the above is if you use try_.