Skip to content

Commit 15c6a8c

Browse files
Costa ShulyupinCosta Shulyupin
authored andcommitted
move BOOST_THREAD_QUEUE_DEPRECATE_OLD into Jamfile
1 parent a03335a commit 15c6a8c

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

test/Jamfile.v2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ project
2727
<threading>multi
2828

2929
<define>BOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED
30+
<define>BOOST_THREAD_QUEUE_DEPRECATE_OLD
3031

3132
<warnings>all
3233
<toolset>gcc:<cxxflags>-Wextra

test/sync/mutual_exclusion/deque_views/single_thread_pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
// sync_deque();
1111

1212
#define BOOST_THREAD_VERSION 4
13-
//#define BOOST_THREAD_QUEUE_DEPRECATE_OLD
1413

1514
#include <boost/thread/concurrent_queues/sync_deque.hpp>
1615
#include <boost/thread/concurrent_queues/deque_adaptor.hpp>

test/sync/mutual_exclusion/queue_views/single_thread_pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
// sync_queue();
1111

1212
#define BOOST_THREAD_VERSION 4
13-
//#define BOOST_THREAD_QUEUE_DEPRECATE_OLD
1413

1514
#include <boost/thread/concurrent_queues/sync_queue.hpp>
1615
#include <boost/thread/concurrent_queues/queue_adaptor.hpp>

test/sync/mutual_exclusion/sync_bounded_queue/single_thread_pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
// sync_bounded_queue();
1111

1212
#define BOOST_THREAD_VERSION 4
13-
//#define BOOST_THREAD_QUEUE_DEPRECATE_OLD
1413

1514
#include <boost/thread/sync_bounded_queue.hpp>
1615

0 commit comments

Comments
 (0)