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:
@@ -36,7 +36,7 @@ int Result(int, char**)
|
||||
MockDb db = {};
|
||||
EnforceDb edb{};
|
||||
|
||||
test::TabBar t;
|
||||
const auto t = test::TabBar{};
|
||||
|
||||
static_assert(sqlpp::can_be_null_t<decltype(t.alpha)>::value, "t.alpha can be null");
|
||||
static_assert(not sqlpp::null_is_trivial_value_t<decltype(t.alpha)>::value, "t.alpha does not say null_is_trivial");
|
||||
|
||||
Reference in New Issue
Block a user