$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Mark throw_exception as noreturn?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2009-07-05 05:13:51
Emil Dotchevski wrote:
> I've added a macro BOOST_ATTRIBUTE_NORETURN. The problem is fixed for
> MSVC, feel free to add support for other compilers in
> boost/exception/detail/attribute_noreturn.hpp.
Should it really be part of Boost.Exception (moreover, private part)?
Maybe it's better to be in Boost.Config?