qt5: adapt to C++20 function template syntax

Issue #5227
This commit is contained in:
Christian Prochaska 2024-05-27 17:11:11 +02:00 committed by Christian Helmuth
parent 98ecde5b7b
commit 8610eecb2b

View File

@ -50,6 +50,7 @@ GENODE_QMAKE_CFLAGS = \
-D__GENODE__ \
-ffunction-sections \
-fno-strict-aliasing \
-fconcepts \
$(CC_OPT_NOSTDINC) \
$(CC_MARCH) \
$(CC_OPT_PIC) \