Skip to content

Commit

Permalink
Merge pull request #33 from pfernique/master
Browse files Browse the repository at this point in the history
Update wrappers
  • Loading branch information
pfernique committed Nov 7, 2017
2 parents 4ba5aa6 + f4f28fe commit 4e3dd6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void wrapper_8f249c2863945cb59771b97c53bdafec()
boost::python::scope().attr("std") = module_a5e4e9231d6351ccb0e06756b389f0af;
boost::python::scope scope_a5e4e9231d6351ccb0e06756b389f0af = module_a5e4e9231d6351ccb0e06756b389f0af;
boost::python::class_< struct ::std::binary_function< unsigned long int, unsigned long int, bool >, autowig::Held< struct ::std::binary_function< unsigned long int, unsigned long int, bool > >::Type > class_8f249c2863945cb59771b97c53bdafec("_BinaryFunction_8f249c2863945cb59771b97c53bdafec", "", boost::python::no_init);
class_8f249c2863945cb59771b97c53bdafec.def(boost::python::init< struct ::std::binary_function< unsigned long int, unsigned long int, bool > const & >(""));
class_8f249c2863945cb59771b97c53bdafec.def(boost::python::init< >(""));
class_8f249c2863945cb59771b97c53bdafec.def(boost::python::init< struct ::std::binary_function< unsigned long int, unsigned long int, bool > const & >(""));

}

0 comments on commit 4e3dd6e

Please sign in to comment.