File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22// Distributed under the Boost Software License, Version 1.0. (See
33// accompanying file LICENSE_1_0.txt or copy at
44// http://www.boost.org/LICENSE_1_0.txt)
5- #include < boost/assert.hpp>
65
76#include < boost/python/module.hpp>
87#include < boost/python/def.hpp>
1312#include < boost/python/reference_existing_object.hpp>
1413#include < boost/python/call.hpp>
1514#include < boost/python/object.hpp>
15+ #include < boost/assert.hpp>
1616
1717using namespace boost ::python;
1818BOOST_STATIC_ASSERT (converter::is_object_manager<handle<> >::value);
Original file line number Diff line number Diff line change 22// Distributed under the Boost Software License, Version 1.0. (See
33// accompanying file LICENSE_1_0.txt or copy at
44// http://www.boost.org/LICENSE_1_0.txt)
5- #include < boost/assert.hpp>
6-
75
86#include < boost/python/module.hpp>
97#include < boost/python/def.hpp>
108#include < boost/python/class.hpp>
119#include < boost/python/list.hpp>
1210#include < boost/python/make_function.hpp>
1311#include < boost/lexical_cast.hpp>
12+ #include < boost/assert.hpp>
1413#include " test_class.hpp"
1514
1615using namespace boost ::python;
You can’t perform that action at this time.
0 commit comments