$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Deakins (ddeakins_at_[hidden])
Date: 2007-05-19 14:50:16
The Windows CE CRT does not have support for structured exception
translation via _set_se_translator and the eh.h header is not present.
Attached is a patch of execution_monitor.ipp on CVS-HEAD to disable the
structured exception translation code when _WIN32_WCE is defined.
Thanks,
-Dave