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:
@@ -31,10 +31,10 @@
|
||||
|
||||
int Remove(int, char**)
|
||||
{
|
||||
MockDb db;
|
||||
MockDb::_serializer_context_t printer;
|
||||
MockDb db = {};
|
||||
MockDb::_serializer_context_t printer = {};
|
||||
|
||||
test::TabBar t;
|
||||
const auto t = test::TabBar{};
|
||||
|
||||
{
|
||||
using T = decltype(remove_from(t));
|
||||
|
||||
Reference in New Issue
Block a user