From 3aae04bf6565af74899e9dfe6e147cc4cba1dad4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 21 Oct 2023 18:46:22 +0300 Subject: [PATCH] Define BOOST_TIMER_ENABLE_DEPRECATED in test_convert.cpp --- test/test_convert.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_convert.cpp b/test/test_convert.cpp index f03a19e..a541e02 100644 --- a/test/test_convert.cpp +++ b/test/test_convert.cpp @@ -3,6 +3,9 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) +// This will eventually stop working when is removed +#define BOOST_TIMER_ENABLE_DEPRECATED + #include #include #include