diff --git a/include/sqlpp11/basic_expression_operators.h b/include/sqlpp11/basic_expression_operators.h index 27e56a71..72ae2696 100644 --- a/include/sqlpp11/basic_expression_operators.h +++ b/include/sqlpp11/basic_expression_operators.h @@ -171,7 +171,7 @@ namespace sqlpp auto operator>=(T t) const -> _new_binary_expression_t { using rhs = wrap_operand_t; - check_comparison_t{}; + check_comparison_t::verify(); return {*static_cast(this), rhs{t}}; }