Subject: Re: [boost] Mark throw_exception as noreturn?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2008-10-26 04:00:44


Gennaro Prota wrote:

> For the immediate needs, however,
> you could use BOOST_UNREACHABLE_RETURN in the calling function.

>From what I see from Boost.Config headers, the macro unfolds to
something non-empty only for three compilers, and GCC is not among them.
I encountered the problem with GCC.