Subject: [Boost-users] Build Errors with Exceptions Support Disabled
From: Gabi Davar (Gabi.Davar_at_[hidden])
Date: 2009-03-12 16:04:08


Hi All,

While compiling the signals library (Boost v1.38) to a platform with
exception support disabled (ARM RVDS v3.0Sp1 [EDG]) I've encountered
build errors in the function libraries due to usage of try/catch
keywords.

See attached file for a fix where the keywords were replaced by
BOOST_TRY/CATCH macros.

-gabi