Boost logo

Boost-Commit :

From: dave_at_[hidden]
Date: 2008-06-26 12:41:34


Author: dave
Date: 2008-06-26 12:41:34 EDT (Thu, 26 Jun 2008)
New Revision: 46721
URL: http://svn.boost.org/trac/boost/changeset/46721

Log:
Compatibility with Apache STDCXX library. Don't assume eh.h comes along with the other headers automatically.

Text files modified:
   trunk/libs/python/test/module_tail.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/python/test/module_tail.cpp
==============================================================================
--- trunk/libs/python/test/module_tail.cpp (original)
+++ trunk/libs/python/test/module_tail.cpp 2008-06-26 12:41:34 EDT (Thu, 26 Jun 2008)
@@ -13,6 +13,7 @@
 # endif
 
 # ifdef _MSC_VER
+# include <eh.h> // for _set_se_translator()
 # pragma warning(push)
 # pragma warning(disable:4297)
 # pragma warning(disable:4535)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk