This commit is contained in:
rbock
2014-05-20 08:50:55 +02:00
parent 6d91cf2163
commit c81a7d33ae
3 changed files with 30 additions and 46 deletions

View File

@@ -190,7 +190,6 @@ int main()
{
using S = decltype(select(t.alpha).from(t));
static_assert(sqlpp::is_numeric_t<S>::value, "type requirement");
static_assert(sqlpp::is_numeric_t<S::_column_list_t>::value, "type requirement");
using TI = decltype(any(select(t.alpha).from(t)));
using TT = decltype(any(select(t.beta).from(t)));