| 109 | //---------------------------------------------------------- |
| 110 | |
| 111 | struct T6 |
| 112 | { |
| 113 | int n; |
| 114 | double d; |
| 115 | }; |
| 116 | BOOST_DESCRIBE_STRUCT(T6, (), (n, d)) |
| 117 | |
| 118 | //---------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected