Skip to content

Commit 3aae04b

Browse files
committed
Define BOOST_TIMER_ENABLE_DEPRECATED in test_convert.cpp
1 parent f941ba8 commit 3aae04b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_convert.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// (See accompanying file LICENSE_1_0.txt
44
// or copy at http://www.boost.org/LICENSE_1_0.txt)
55

6+
// This will eventually stop working when <boost/progress.hpp> is removed
7+
#define BOOST_TIMER_ENABLE_DEPRECATED
8+
69
#include <cstring>
710
#include <cassert>
811
#include <string>

0 commit comments

Comments
 (0)