
7 Mar
2004
7 Mar
'04
3:58 p.m.
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.