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 06e74d9 commit 62311ebCopy full SHA for 62311eb
tests/test_class.cpp
@@ -56,7 +56,7 @@ atyp_valu rtrn_valu() {
56
return obj;
57
}
58
59
-void bind_all(py::module_ m) {
+void bind_all(py::module_ &m) {
60
py::class_<atyp_valu>(m, "atyp_valu")
61
.def(py::init(&rtrn_valu))
62
.def("get_mtxt", get_mtxt<atyp_valu>);
0 commit comments