| 222 | BOOST_DESCRIBE_STRUCT(Base2, (), (a)) |
| 223 | |
| 224 | struct Derived: Base1, Base2 |
| 225 | { |
| 226 | int a = 3; |
| 227 | }; |
| 228 | BOOST_DESCRIBE_STRUCT(Derived, (Base1, Base2), ()) |
| 229 | |
| 230 | //---------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected