Another arrangement

This commit is contained in:
rbock
2016-04-09 10:06:12 +02:00
parent c199a4f6a4
commit 403d6b644a

View File

@@ -58,8 +58,8 @@ namespace sqlpp
template <typename LhsType, typename... RhsType>
using check_rhs_in_operands_t = static_combined_check_t<
static_combined_check_t<static_check_t<is_expression_t<sqlpp::wrap_operand_t<RhsType>>::value,
assert_comparison_valid_rhs_operand_t>...>>;
static_check_t<logic::all_t<is_expression_t<sqlpp::wrap_operand_t<RhsType>>::value...>::value,
assert_comparison_valid_rhs_operand_t>>;
namespace detail
{