mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-01 02:30:51 -06:00
Fixed a bunch of missing initializations
This commit is contained in:
@@ -33,7 +33,7 @@ int Prepared(int, char**)
|
||||
{
|
||||
MockDb db = {};
|
||||
// test::TabFoo f;
|
||||
test::TabBar t;
|
||||
const auto t = test::TabBar{};
|
||||
|
||||
// empty parameter lists
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user