mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-01 10:41:22 -06:00
Removed some debug code
This commit is contained in:
@@ -386,14 +386,6 @@ int main()
|
||||
.offset(3)
|
||||
.as(alias::a)
|
||||
;
|
||||
sqlpp::provided_tables_of<decltype(r)>::wurstbrot;
|
||||
decltype(r.a)::wurstbrot;
|
||||
decltype((r.a != true)._lhs)::kaesekuchen;
|
||||
sqlpp::required_tables_of<decltype(r.a != true)>::wurstbrot;
|
||||
sqlpp::required_tables_of<decltype(t.alpha != 1)>::wurstbrot;
|
||||
decltype(s1)::kaesekuchen;
|
||||
#if 0
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user