Skip to content

Commit

Permalink
Another arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
rbock committed Apr 9, 2016
1 parent c199a4f commit 403d6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sqlpp11/basic_expression_operators.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 403d6b6

Please sign in to comment.