mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-03 11:40:39 -06:00
Cleanup
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user