diff --git a/src/Text.hh b/src/Text.hh index 03c2125b..d573a760 100644 --- a/src/Text.hh +++ b/src/Text.hh @@ -192,11 +192,11 @@ template struct parray { ItemT items[Count]; - template requires (std::is_arithmetic::value) + template ::value, bool> = true> parray() { this->clear(0); } - template requires (!std::is_arithmetic::value) + template ::value, bool> = true> parray() { } parray(const parray& other) {