Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
03.04-twoStepUsing0/main.cpp:34–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#endif
33
34
int main()
35
{
36
#ifdef WILL_NOT_COMPILE
37
Container c{};
38
39
Use(c);
40
#endif
41
}
Callers
nothing calls this directly
Calls
1
Use
Function · 0.70
Tested by
no test coverage detected