We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af28b2 commit 84daf14Copy full SHA for 84daf14
2 files changed
include/boost/python.hpp
@@ -48,6 +48,7 @@
48
# include <boost/python/other.hpp>
49
# include <boost/python/overloads.hpp>
50
# include <boost/python/pointee.hpp>
51
+# include <boost/python/pure_virtual.hpp>
52
# include <boost/python/ptr.hpp>
53
# include <boost/python/reference_existing_object.hpp>
54
# include <boost/python/register_ptr_to_python.hpp>
include/boost/python/detail/nullary_function_adaptor.hpp
@@ -9,6 +9,8 @@
9
# include <boost/python/detail/prefix.hpp>
10
# include <boost/preprocessor/iteration/local.hpp>
11
# include <boost/preprocessor/facilities/intercept.hpp>
12
+# include <boost/preprocessor/repetition/enum_params.hpp>
13
+# include <boost/preprocessor/repetition/enum_binary_params.hpp>
14
15
namespace boost { namespace python { namespace detail {
16
0 commit comments