We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1efb48 commit 211c90aCopy full SHA for 211c90a
include/boost/python.hpp
@@ -53,6 +53,7 @@
53
# include <boost/python/pointee.hpp>
54
# include <boost/python/pure_virtual.hpp>
55
# include <boost/python/ptr.hpp>
56
+# include <boost/python/raw_function.hpp>
57
# include <boost/python/reference_existing_object.hpp>
58
# include <boost/python/register_ptr_to_python.hpp>
59
# include <boost/python/return_arg.hpp>
@@ -63,6 +64,7 @@
63
64
# include <boost/python/self.hpp>
65
# include <boost/python/slice.hpp>
66
# include <boost/python/slice_nil.hpp>
67
+# include <boost/python/stl_iterator.hpp>
68
# include <boost/python/str.hpp>
69
# include <boost/python/to_python_converter.hpp>
70
# include <boost/python/to_python_indirect.hpp>
0 commit comments