Make test struct two have a special context for visitation
| 37 | |
| 38 | // Make test struct two have a special context for visitation |
| 39 | struct MyContext {}; |
| 40 | VISITABLE_STRUCT_IN_CONTEXT(MyContext, test_struct_two, b, i, d, s); |
| 41 | |
| 42 | static_assert(visit_struct::traits::is_visitable<test_struct_two, MyContext>::value, "WTF"); |
nothing calls this directly
no outgoing calls
no test coverage detected