File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -419,16 +419,15 @@ struct StdVectorPythonVisitor {
419419 }
420420
421421 template <typename DerivedVisitor>
422- static void expose (
423- const std::string &class_name,
424- const boost::python::def_visitor<DerivedVisitor> &visitor) {
422+ static void expose (const std::string &class_name,
423+ const bp::def_visitor<DerivedVisitor> &visitor) {
425424 expose (class_name, " " , visitor);
426425 }
427426
428427 template <typename DerivedVisitor>
429- static void expose (
430- const std::string &class_name, const std::string &doc_string,
431- const boost::python ::def_visitor<DerivedVisitor> &visitor) {
428+ static void expose (const std::string &class_name,
429+ const std::string &doc_string,
430+ const bp ::def_visitor<DerivedVisitor> &visitor) {
432431 // Apply visitor on already registered type or if type is not already
433432 // registered, we define and apply the visitor on it
434433 auto add_std_visitor =
You can’t perform that action at this time.
0 commit comments