From db6ea81668ab7d0985a6d6a97aa7d8152cc21c76 Mon Sep 17 00:00:00 2001 From: rbock Date: Mon, 28 Dec 2015 09:39:16 +0100 Subject: [PATCH] Well, replaced another template alias (is_boolean_t) --- include/sqlpp11/where.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/sqlpp11/where.h b/include/sqlpp11/where.h index a07b5298..01eb449e 100644 --- a/include/sqlpp11/where.h +++ b/include/sqlpp11/where.h @@ -230,7 +230,8 @@ namespace sqlpp using check_where_t = static_combined_check_t< static_check_t::type::value...>::value, assert_where_expressions_t>, - static_check_t::value...>::value, assert_where_boolean_t>, + static_check_t, boolean>::value...>::value, + assert_where_boolean_t>, static_check_t::type::value)...>::value, assert_where_no_aggregate_functions_t>>;