Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ WillNotCompile
Function
WillNotCompile
01.01-variadicTemplateSum2/main.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
#ifdef WILL_NOT_COMPILE
27
void WillNotCompile()
28
{
29
printf(
"%d\n"
, Add(2, 3, 4.0));
30
}
31
#endif
32
33
int main()
Callers
nothing calls this directly
Calls
1
Add
Function · 0.70
Tested by
no test coverage detected