Boost C++ Libraries: Ticket #762: [test] evc4 issue with SEH support https://svn.boost.org/trac10/ticket/762 <pre class="wiki">Hi, I'm trying to port Boost 1.34 to the eMbedded Visual C++ compiler. I encountered an error in boost/test/impl/execution_monitor.ipp where it is checked if the platform being used supports SEH and defines BOOST_MS_STRUCTURED_EXCEPTION_HANDLING in that case. evc4 and the Windows CE 4.2 platform supports SEH, but it doesn't provide &lt;eh.h&gt; for setting structured exception translators. For this reason this patch disables the whole feature, at least for Windows CE 4.2. It additionally patches a line where a warning is output with the preprocessor statement "#warning" that isn't supported on evc4. I think the more portable version of this is "#pragma message". </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/762 Trac 1.4.3 vividos Tue, 24 Oct 2006 08:26:06 GMT <link>https://svn.boost.org/trac10/ticket/762#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/762#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=124874 I just saw that this is a duplicate of patch #1499418. The only difference is that it limits the exclusion of the code to Windows CE 4.2, as that is the only platform I could test compiling. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Daryle Walker</dc:creator> <pubDate>Fri, 03 Aug 2007 12:15:15 GMT</pubDate> <title>component changed; severity set https://svn.boost.org/trac10/ticket/762#comment:2 https://svn.boost.org/trac10/ticket/762#comment:2 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">test</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Gennadiy Rozental Sat, 03 Nov 2007 03:01:29 GMT status, resolution changed https://svn.boost.org/trac10/ticket/762#comment:3 https://svn.boost.org/trac10/ticket/762#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket