From 403d6b644ac39697f2b677af96f708935e0eaaa5 Mon Sep 17 00:00:00 2001 From: rbock Date: Sat, 9 Apr 2016 10:06:12 +0200 Subject: [PATCH] Another arrangement --- include/sqlpp11/basic_expression_operators.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {