[Boost-bugs] [Boost C++ Libraries] #1599: [python] '_set_se_translator': identifier not found

Subject: [Boost-bugs] [Boost C++ Libraries] #1599: [python] '_set_se_translator': identifier not found
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-01-23 12:05:09


#1599: [python] '_set_se_translator': identifier not found
-------------------------------------+--------------------------------------
 Reporter: faridz_at_[hidden] | Owner: dave
     Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: Python
  Version: Boost Development Trunk | Severity: Showstopper
 Keywords: |
-------------------------------------+--------------------------------------
 The [http://stdcxx.apache.org/ stdcxx] is the another implementation of
 the STL (initially based on RogueWave STL).

     The following errors are encountered when running boost regression
 tests on msvc with stdcxx-4.2.0.

 {{{
 args.cpp
 d:\boost\boost\libs\python\test\module_tail.cpp(24) : error C3861:
 '_set_se_translator': identifier not found
 }}}

 The proposed patch:

 {{{
 Index: libs/python/test/module_tail.cpp
 ===================================================================
 --- libs/python/test/module_tail.cpp (revision 42908)
 +++ libs/python/test/module_tail.cpp (working copy)
 @@ -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)
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1599>
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