diff --git a/include/sqlpp11/basic_expression_operators.h b/include/sqlpp11/basic_expression_operators.h index 9799959a..f355ead1 100644 --- a/include/sqlpp11/basic_expression_operators.h +++ b/include/sqlpp11/basic_expression_operators.h @@ -65,7 +65,7 @@ namespace sqlpp assert_comparison_lhs_rhs_differ_t>>; template - using check_in_t = check_in_impl...>; + using check_in_t = check_in_impl::type...>; namespace detail {