mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 10:10:28 -06:00
Fixed a bunch of missing initializations
This commit is contained in:
@@ -32,10 +32,9 @@
|
||||
int Update(int, char**)
|
||||
{
|
||||
MockDb db;
|
||||
MockDb::_serializer_context_t printer;
|
||||
MockDb::_serializer_context_t printer = {};
|
||||
|
||||
test::TabBar t;
|
||||
// test::TabFoo f;
|
||||
const auto t = test::TabBar{};
|
||||
|
||||
{
|
||||
using T = decltype(update(t));
|
||||
|
||||
Reference in New Issue
Block a user