mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 18:52:26 +00:00
Remove .def of __eq__, since find and count now implemented as C++ functions
[SVN r1566]
This commit is contained in:
@@ -30,7 +30,6 @@ BOOST_PYTHON_MODULE(vector_indexing_suite_ext)
|
||||
.def(init<X>())
|
||||
.def(init<std::string>())
|
||||
.def("__repr__", &X::repr)
|
||||
.def("__eq__", &X::operator==)
|
||||
.def("reset", &X::reset)
|
||||
.def("foo", &X::foo)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user