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

operator support

[SVN r14068]
This commit is contained in:
Dave Abrahams
2002-06-02 05:44:06 +00:00
parent a67b29a576
commit 97afc4bd0c
13 changed files with 759 additions and 37 deletions

View File

@@ -8,12 +8,20 @@
#include <boost/python/objects.hpp>
#include <boost/python/detail/map_entry.hpp>
#include <boost/detail/binary_search.hpp>
#include <boost/python/self.hpp>
#include <boost/bind.hpp>
#include <functional>
#include <vector>
namespace boost { namespace python {
# ifdef BOOST_PYTHON_SELF_IS_CLASS
namespace self_ns
{
self_t self;
}
# endif
instance_holder::instance_holder()
: m_next(0)
{