2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

no message

[SVN r12128]
This commit is contained in:
Dave Abrahams
2001-12-19 22:55:37 +00:00
parent 4eadbb299e
commit c75c27e7ca
8 changed files with 0 additions and 16 deletions

View File

@@ -13,8 +13,6 @@
// 04 Mar 01 std::complex<> fixes for MSVC (Dave Abrahams)
// 03 Mar 01 added: converters for [plain] char (Ralf W. Grosse-Kunstleve)
#define BOOST_PYTHON_SOURCE
#include <boost/python/conversions.hpp>
#include <boost/python/detail/void_adaptor.hpp>
#include <typeinfo>

View File

@@ -8,8 +8,6 @@
17 Apr 01 merged into boost CVS trunk (Ralf W. Grosse-Kunstleve)
*/
#define BOOST_PYTHON_SOURCE
# include <boost/python/cross_module.hpp>
namespace python = boost::python;
# include <stdio.h> // MSVC6.0SP4 does not know std::fprintf

View File

@@ -9,8 +9,6 @@
// Revision History:
// 04 Mar 01 Use PyObject_INIT() instead of trying to hand-initialize (David Abrahams)
#define BOOST_PYTHON_SOURCE
#include <boost/python/detail/extension_class.hpp>
#include <boost/utility.hpp>
#include <boost/bind.hpp>

View File

@@ -9,8 +9,6 @@
// Revision History:
// Mar 01 01 Use PyObject_INIT() instead of trying to hand-initialize (David Abrahams)
#define BOOST_PYTHON_SOURCE
#include <boost/python/detail/functions.hpp>
#include <boost/python/detail/types.hpp>
#include <boost/python/detail/singleton.hpp>

View File

@@ -6,8 +6,6 @@
// The author gratefully acknowleges the support of Dragon Systems, Inc., in
// producing this work.
#define BOOST_PYTHON_SOURCE
#include <boost/python/detail/init_function.hpp>
#include <boost/python/objects.hpp>
#include <boost/python/detail/extension_class.hpp>

View File

@@ -6,8 +6,6 @@
// The author gratefully acknowleges the support of Dragon Systems, Inc., in
// producing this work.
#define BOOST_PYTHON_SOURCE
#include <boost/python/module_builder.hpp>
namespace boost { namespace python {

View File

@@ -8,8 +8,6 @@
// TODO: Move inline implementations from objects.cpp here
#define BOOST_PYTHON_SOURCE
#include <boost/python/objects.hpp>
#include <boost/python/detail/none.hpp>

View File

@@ -6,8 +6,6 @@
// The author gratefully acknowleges the support of Dragon Systems, Inc., in
// producing this work.
#define BOOST_PYTHON_SOURCE
#include <boost/python/detail/types.hpp>
#include <boost/python/reference.hpp> // for handle_exception()
#include <boost/python/conversions.hpp>