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 f5608b8 commit ef52672Copy full SHA for ef52672
include/eigenpy/std-vector.hpp
@@ -111,9 +111,6 @@ struct overload_base_get_item_for_std_vector
111
static boost::python::object base_get_item_slice(
112
boost::python::back_reference<Container&> container,
113
boost::python::slice slice) {
114
-
115
- namespace bp = boost::python;
116
117
bp::list out;
118
try {
119
auto rng = slice.get_indices(container.get().begin(), container.get().end());
0 commit comments