$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review][beast] Review of Beast starts today : July 1 - July 10
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-01 18:08:02
Niall Douglas wrote:
> - I appreciate that this my final negative will not be widely agreed with
> on boost-dev, but personally speaking I think Beast should work well with
> C++ exceptions disabled, ...
BOOST_THROW_EXCEPTION abides by best Rust/SG14 practices of aborting on
exception throw when exceptions are disabled. :-)