use if constexpr in main.cc
This commit is contained in:
@ -25,7 +25,7 @@ int main() {
|
|||||||
kout.init(5);
|
kout.init(5);
|
||||||
|
|
||||||
// Startmeldung
|
// Startmeldung
|
||||||
if (!DEBUG)
|
if constexpr (!DEBUG)
|
||||||
kout << "HHUos 0.5" << endl
|
kout << "HHUos 0.5" << endl
|
||||||
<< "=========" << endl
|
<< "=========" << endl
|
||||||
<< "Unterstuetzte Funktionen:" << endl
|
<< "Unterstuetzte Funktionen:" << endl
|
||||||
|
|||||||
Reference in New Issue
Block a user