Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
04.10-downWithDebug1/main.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import<iostream>;
7
8
int main()
9
{
10
if constexpr(IsDebugEnabled()) { std::cout <<
"Debugging is enabled\n"
; }
11
}
12
#else
13
int main()
14
{
Callers
nothing calls this directly
Calls
1
IsDebugEnabled
Function · 0.85
Tested by
no test coverage detected