12 Mar
2009
12 Mar
'09
8:04 p.m.
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