MCPcopy 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

6import<iostream>;
7
8int main()
9{
10 if constexpr(IsDebugEnabled()) { std::cout << "Debugging is enabled\n"; }
11}
12#else
13int main()
14{

Callers

nothing calls this directly

Calls 1

IsDebugEnabledFunction · 0.85

Tested by

no test coverage detected