Refactored of result and result row (clearer structure depending on connectors)

This commit is contained in:
Roland Bock
2013-12-17 22:12:13 +01:00
parent 2b43d3bc15
commit a915bd9e50
5 changed files with 54 additions and 25 deletions
-2
View File
@@ -298,8 +298,6 @@ int main()
decltype(t.alpha)::_value_type::_base_value_type,
decltype(f.epsilon)::_value_type::_base_value_type>::value, "Two bigint columns must have identical base_value_type");
static_assert(std::is_same<A, B>::value, "select with identical columns(name/value_type) need to have identical result_types");
static_assert(sqlpp::is_regular<A>::value, "type requirement");
static_assert(sqlpp::is_regular<B>::value, "type requirement");
}
{