From 00bf449e044baab92f68b65ecebc50e346c4de21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 6 Feb 2025 20:57:28 +0100 Subject: [PATCH] restore test --- Installation/cmake/modules/config/support/test_BOOST.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/config/support/test_BOOST.cpp b/Installation/cmake/modules/config/support/test_BOOST.cpp index cd7842117b7a..d70b9a1c59ae 100644 --- a/Installation/cmake/modules/config/support/test_BOOST.cpp +++ b/Installation/cmake/modules/config/support/test_BOOST.cpp @@ -23,7 +23,7 @@ using boost::tuple; using boost::make_tuple; -using std::tie; +using boost::tie; using boost::get; int main()