We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d63cf4 commit d1b3107Copy full SHA for d1b3107
src/core/utilities/wrap_macros.h
@@ -240,7 +240,7 @@ object very_raw_method(T func, int min_args = 0)
240
return boost::python::detail::make_raw_function(
241
objects::py_function(
242
very_raw_method_dispatcher<
243
- T, boost::mpl::at_c<boost::function_types::parameter_types<T>, 0>::type
+ T, typename boost::mpl::at_c<boost::function_types::parameter_types<T>, 0>::type
244
>(func),
245
boost::mpl::vector1<PyObject *>(),
246
min_args + 1,
0 commit comments