From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-03-07 10:58:15


Pavel Vozenilek wrote:
> After discussion on this topic (very helpful), I suggest
> to place following code into <boost/throw_exception.hpp>:
>
>
> #include <boost/detail/workaround.hpp>
> ...
>
> #if !(defined BOOST_NO_EXCEPTIONS)
> # define BOOST_TRY { try

Can we not add it to throw_exception.hpp please? It seems that...

> As they are written for "internal purpose" only they do not need
> to be oficially documented, IMO.

... they belong somewhere in detail/, which is the correct place for
internal undocumented helpers.