From e6dd6304012ce8e18ec71e134faf609bd1579426 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 7 Sep 2021 01:13:43 +0100 Subject: boost::mpl::list not included, use std::tuple --- libdbpp/unittests/testUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; +using StringTypes = std::tuple; BOOST_AUTO_TEST_CASE_TEMPLATE(nullBind, Str, StringTypes) { auto db = DB::MockDatabase::openConnectionTo("pqmock"); -- cgit v1.2.3