mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-16 16:18:57 -05:00
Fixed a bunch of missing initializations
This commit is contained in:
+2
-3
@@ -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