MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

01.38-isSameConcept3/main.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int main()
32{
33 int a = 1;
34 double b = 2;
35
36 // #C Call to add is again ambiguous
37 // const auto res = add(a, b);
38}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected