| 17 | static_assert(boost::pfr::tuple_size_v<S5_0> == 5, ""); |
| 18 | |
| 19 | struct S5_1 { X x0; int x1; int x2; int x3; int x4; }; |
| 20 | static_assert(boost::pfr::tuple_size_v<S5_1> == 5, ""); |
| 21 | |
| 22 | struct S5_2 { int x0; int x1; X x2; int x3; int x4; }; |
nothing calls this directly
no outgoing calls
no test coverage detected