mirror of
https://github.com/boostorg/sync.git
synced 2026-01-19 04:42:12 +00:00
Merge pull request #17 from fdetro/topic/deprecated_boost_headers
fix boost deprecated header warnings
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#ifndef BOOST_SYNC_CONDITION_VARIABLES_CV_STATUS_HPP_INCLUDED_
|
||||
#define BOOST_SYNC_CONDITION_VARIABLES_CV_STATUS_HPP_INCLUDED_
|
||||
|
||||
#include <boost/detail/scoped_enum_emulation.hpp>
|
||||
#include <boost/core/scoped_enum.hpp>
|
||||
#include <boost/sync/detail/config.hpp>
|
||||
#include <boost/sync/detail/header.hpp>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/sync/locks/unique_lock.hpp>
|
||||
#include <boost/sync/mutexes/mutex.hpp>
|
||||
#include <boost/sync/condition_variables/condition_variable.hpp>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/chrono.hpp>
|
||||
#include <boost/thread/thread.hpp>
|
||||
#include <boost/sync/events.hpp>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/mpl/if.hpp>
|
||||
#include <boost/sync/mutexes.hpp>
|
||||
#include <boost/sync/locks.hpp>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/chrono.hpp>
|
||||
#include <boost/thread/thread.hpp>
|
||||
#include <boost/thread/thread_time.hpp>
|
||||
|
||||
Reference in New Issue
Block a user