Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
06.17-spaceshipWithLegacyCode0/main.cpp:41–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
{}
40
41
int main()
42
{
43
ShinyCpp20Class sc1{2, 3};
44
ShinyCpp20Class sc2{2, 3};
45
46
assert(sc1 == sc2);
47
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected