| 36 | static_assert(boost::pfr::tuple_size_v<S5_4> == 5, ""); |
| 37 | |
| 38 | struct S6 { X x0; X x1; X x2; X x3; X x4; X x5;}; |
| 39 | static_assert(boost::pfr::tuple_size_v<S6> == 6, ""); |
| 40 | |
| 41 | return boost::report_errors(); |
nothing calls this directly
no outgoing calls
no test coverage detected