From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-08-19 11:14:37


From: "Eric Woodruff" <Eric.Woodruff_at_[hidden]>
> Does boost do the following when exceptions aren't available?
>
> #define try
> #define catch(exception) if (false)

No.