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

Reduce header interdependencies

[SVN r15242]
This commit is contained in:
uid30600
2002-09-09 20:05:17 +00:00
parent 33ee2a43c5
commit 75a0da31fb
18 changed files with 45 additions and 19 deletions

View File

@@ -49,5 +49,9 @@ BOOST_PYTHON_INPLACE_OPERATOR(&, And)
BOOST_PYTHON_INPLACE_OPERATOR(^, Xor)
BOOST_PYTHON_INPLACE_OPERATOR(|, Or)
#undef BOOST_PYTHON_INPLACE_OPERATOR
BOOST_PYTHON_DECL object::object(handle<> const& x)
: object_base(python::incref(python::expect_non_null(x.get())))
{}
}}} // namespace boost::python