1

use if constexpr in main.cc

This commit is contained in:
churl
2022-05-23 12:32:14 +02:00
parent 60fe069650
commit f910579076

View File

@ -25,7 +25,7 @@ int main() {
kout.init(5);
// Startmeldung
if (!DEBUG)
if constexpr (!DEBUG)
kout << "HHUos 0.5" << endl
<< "=========" << endl
<< "Unterstuetzte Funktionen:" << endl