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

Function main

01.36-isSameConcept1/main.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int main()
29{
30 int a = 1;
31 int b = 2;
32
33 // #A The call to add is now ambiguous
34 // const auto res = add(a, b);
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected