mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-04-25 05:38:24 -05:00
fixed appveyor build
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
static_assert(not sqlpp::enforce_null_result_treatment_t<MockDb>::value, "MockDb interprets NULL as trivial");
|
||||
static_assert(sqlpp::enforce_null_result_treatment_t<EnforceDb>::value, "MockDb does not interpret NULL as trivial");
|
||||
|
||||
int Result(int, char**)
|
||||
int Result(int, char*[])
|
||||
{
|
||||
MockDb db = {};
|
||||
EnforceDb edb{};
|
||||
|
||||
Reference in New Issue
Block a user