diff --git a/include/sqlpp11/basic_expression_operators.h b/include/sqlpp11/basic_expression_operators.h index 48720d63..aa9ac7c9 100644 --- a/include/sqlpp11/basic_expression_operators.h +++ b/include/sqlpp11/basic_expression_operators.h @@ -58,8 +58,8 @@ namespace sqlpp template using check_rhs_in_operands_t = static_combined_check_t< - static_combined_check_t>::value, - assert_comparison_valid_rhs_operand_t>...>>; + static_check_t>::value...>::value, + assert_comparison_valid_rhs_operand_t>>; namespace detail {