mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-03 03:30:35 -06:00
Fixed a bunch of missing initializations
This commit is contained in:
@@ -38,8 +38,8 @@ SQLPP_ALIAS_PROVIDER(kaesekuchen)
|
||||
int Function(int, char**)
|
||||
{
|
||||
MockDb db = {};
|
||||
test::TabFoo f;
|
||||
test::TabBar t;
|
||||
const auto f = test::TabFoo{};
|
||||
const auto t = test::TabBar{};
|
||||
|
||||
// f.omega + 4 *= "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user