Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
09.02-floatingPointNTTP0/main.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
static_assert(std::is_same_v<A<0.1 + 0.1>, A<0.2>>);
21
22
int main() {}
23
#else
24
int main()
25
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected