From 9a140643c8bc925caa12de02e708e0da07384f7c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 13 Apr 2002 04:23:41 +0000 Subject: [PATCH] fixes for GCC .so/exception problems [SVN r13471] --- doc/index.html | 51 +++++++++++++++++++++------- doc/special.html | 2 +- example/do_it_yourself_convts.cpp | 2 +- example/pickle2.cpp | 2 +- example/pickle3.cpp | 6 ++-- example/richcmp1.cpp | 2 +- example/richcmp3.cpp | 2 +- example/simple_vector.cpp | 4 +-- example/vector_wrapper.h | 2 +- src/classes.cpp | 20 +++++++---- src/conversions.cpp | 18 +++++----- src/converter/builtin_converters.cpp | 2 +- src/converter/callback.cpp | 14 ++++---- src/cross_module.cpp | 20 ++++++++--- src/errors.cpp | 14 ++++++-- src/extension_class.cpp | 12 +++---- src/functions.cpp | 2 +- src/gen_extclass.py | 4 +-- src/gen_init_function.py | 2 +- src/object/class.cpp | 6 ++-- src/object/function.cpp | 4 +-- src/objects.cpp | 28 +++++++-------- test/comprehensive.cpp | 18 +++++----- 23 files changed, 144 insertions(+), 93 deletions(-) diff --git a/doc/index.html b/doc/index.html index f636e7a8..01e5d13e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -29,26 +29,53 @@ among others.

Supported Platforms

Boost.Python is known to have been tested in the following configurations: +