MCPcopy Create free account
hub / github.com/boostorg/hana / main

Function main

test/tuple/cnstr.variadic_array.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14//
15
16int 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected