mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Removed some debug code
This commit is contained in:
parent
54c95db254
commit
04aab4d79b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user