File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44// "as is" without express or implied warranty, and with no claim as
55// to its suitability for any purpose.
66#include < boost/python/module.hpp>
7+ #include " test_class.hpp"
78#include < boost/python/def.hpp>
89#include < boost/python/args.hpp>
910#include < boost/python/tuple.hpp>
1011#include < boost/python/class.hpp>
1112#include < boost/python/overloads.hpp>
1213#include < boost/python/raw_function.hpp>
1314#include < boost/python/return_internal_reference.hpp>
14- #include " test_class.hpp"
1515
1616using namespace boost ::python;
1717
Original file line number Diff line number Diff line change 55// to its suitability for any purpose.
66
77#include < boost/python/module.hpp>
8+ #include " test_class.hpp"
89#include < boost/python/class.hpp>
910#include < boost/python/extract.hpp>
1011#include < boost/python/def.hpp>
1112#include < boost/python/implicit.hpp>
1213
1314#include < boost/detail/workaround.hpp>
1415
15- #include " test_class.hpp"
1616#include < memory>
1717
1818using namespace boost ::python;
You can’t perform that action at this time.
0 commit comments