summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdbpp/unittests/testUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbpp/unittests/testUtils.cpp b/libdbpp/unittests/testUtils.cpp
index 4d1adbe..cc5cdc3 100644
--- a/libdbpp/unittests/testUtils.cpp
+++ b/libdbpp/unittests/testUtils.cpp
@@ -189,7 +189,7 @@ BOOST_AUTO_TEST_CASE(bulkLoadFile)
});
}
-using StringTypes = boost::mpl::list<std::string, std::string_view, Glib::ustring>;
+using StringTypes = std::tuple<std::string, std::string_view, Glib::ustring>;
BOOST_AUTO_TEST_CASE_TEMPLATE(nullBind, Str, StringTypes)
{
auto db = DB::MockDatabase::openConnectionTo("pqmock");