Manually fixing merge conflict.

This commit is contained in:
Ralf W. Grosse-Kunstleve
2021-06-22 12:19:40 -07:00
36 changed files with 663 additions and 430 deletions

View File

@@ -141,6 +141,7 @@ TEST_SUBMODULE(multiple_inheritance, m) {
.def(py::init<int, int>());
m.def("bar_base2a", [](Base2a *b) { return b->bar(); });
// NOLINTNEXTLINE(performance-unnecessary-value-param)
m.def("bar_base2a_sharedptr", [](std::shared_ptr<Base2a> b) { return b->bar(); });
// test_mi_unaligned_base