Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1542: [test] compiler errors when building with stdcxx library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-02-05 08:06:01
#1542: [test] compiler errors when building with stdcxx library
--------------------------------------+-------------------------------------
Reporter: faridz_at_[hidden] | Owner: rogeeff
Type: Bugs | Status: reopened
Milestone: Boost 1.35.0 | Component: test
Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Changes (by faridz_at_[hidden]):
* status: closed => reopened
* resolution: fixed =>
Comment:
The one problem still exist on ICC/Windows, because it uses headers from
MSVC, but now <eh.h> #included on MSVC and Metrowerks only.
The proposed patch:
{{{
Index: boost/test/impl/execution_monitor.ipp
===================================================================
--- boost/test/impl/execution_monitor.ipp (revision 43095)
+++ boost/test/impl/execution_monitor.ipp (working copy)
@@ -65,7 +65,7 @@
# include <windows.h>
-# if defined(__MWERKS__) || (defined(BOOST_MSVC) && !defined(UNDER_CE))
+# if defined(__MWERKS__) || (defined(_MSC_VER) && !defined(UNDER_CE))
# include <eh.h>
# endif
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1542#comment:5>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC