2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

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

[SVN r46721]
This commit is contained in:
Dave Abrahams
2008-06-26 16:41:34 +00:00
parent b01e0e6b9c
commit 98f20f30d6

View File

@@ -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)