| 173 | //---------------------------------------------------------- |
| 174 | |
| 175 | struct T10 |
| 176 | { |
| 177 | int n; |
| 178 | double d; |
| 179 | }; |
| 180 | BOOST_DESCRIBE_STRUCT(T10, (), (n, d)) |
| 181 | |
| 182 | //---------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected