diff --git a/libc/utils/MPCWrapper/MPCUtils.h b/libc/utils/MPCWrapper/MPCUtils.h index d141b4d986920..d4c57240c751c 100644 --- a/libc/utils/MPCWrapper/MPCUtils.h +++ b/libc/utils/MPCWrapper/MPCUtils.h @@ -174,11 +174,11 @@ template constexpr bool is_valid_operation() { return (Operation::BeginBinaryOperationsSingleOutput < op && op < Operation::EndBinaryOperationsSingleOutput && - cpp::is_complex_type_same && + cpp::is_complex_type_same() && cpp::is_complex_v) || (Operation::BeginUnaryOperationsSingleOutputSameOutputType < op && op < Operation::EndUnaryOperationsSingleOutputSameOutputType && - cpp::is_complex_type_same && + cpp::is_complex_type_same() && cpp::is_complex_v) || (Operation::BeginUnaryOperationsSingleOutputDifferentOutputType < op && op < Operation::EndUnaryOperationsSingleOutputDifferentOutputType &&