| 136 | //---------------------------------------------------------- |
| 137 | |
| 138 | struct T10 |
| 139 | { |
| 140 | int n; |
| 141 | T3 t3; |
| 142 | }; |
| 143 | BOOST_DESCRIBE_STRUCT(T10, (), (n, t3)) |
| 144 | |
| 145 | //---------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected