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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user