Skip to content

Commit 61f66e2

Browse files
committed
Merge branch 'master' into smart_holder
2 parents dbcb6d3 + 44678e5 commit 61f66e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_multiple_inheritance.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ PYBIND11_SMART_POINTER_HOLDER_TYPE_CASTERS(I801C, std::shared_ptr<I801C>)
7878
PYBIND11_SMART_POINTER_HOLDER_TYPE_CASTERS(I801D, std::shared_ptr<I801D>)
7979

8080
TEST_SUBMODULE(multiple_inheritance, m) {
81+
// Please do not interleave `struct` and `class` definitions with bindings code,
82+
// but implement `struct`s and `class`es in the anonymous namespace above.
83+
// This helps keeping the smart_holder branch in sync with master.
8184

8285
// test_multiple_inheritance_mix1
8386
// test_multiple_inheritance_mix2

0 commit comments

Comments
 (0)