| 14 | // |
| 15 | |
| 16 | int main() { |
| 17 | static_assert(!std::is_constructible<hana::tuple<int[3]>, int[3]>{}, ""); |
| 18 | static_assert(!std::is_constructible<hana::tuple<int[3], float[4]>, int[3], float[4]>{}, ""); |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected