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

Function main

test/issues/github_470.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int main() {
36 boost::hana::tuple<int> x{};
37 optional<boost::hana::tuple<int>> attr{x};
38 assert(attr == x); // <-- Kablooey!
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected