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

Function main

test/optional/copy.trap_construct.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12// trying to copy a hana::just.
13
14int main() {
15 auto just = hana::just(hana::test::trap_construct{});
16 auto implicit_copy = just;
17 decltype(just) explicit_copy(just);
18
19 (void)implicit_copy;
20 (void)explicit_copy;
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected