| 47 | BOOST_COMPUTE_ADAPT_STRUCT(chemistry::Atom, Atom, (x, y, z, number)) |
| 48 | |
| 49 | struct StructWithArray { |
| 50 | int value; |
| 51 | int array[3]; |
| 52 | }; |
| 53 | |
| 54 | BOOST_COMPUTE_ADAPT_STRUCT(StructWithArray, StructWithArray, (value, array)) |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected