$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [variant2] Comments on documentation
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-04-08 17:50:49
Andrzej Krzemienski wrote:
> > This is an interesting point. However, the standard doesn't mark the
> > destructors as noexcept, and I'm not sure I see why this same logic
> > doesn't apply to it.
...
> There is a global requirement for this:
> http://eel.is/c++draft/requirements#res.on.exception.handling-3
Thanks. OK, noexcept it is, then.