forked from pool/libtorrent-rasterbar
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=104
78 lines
2.1 KiB
Diff
78 lines
2.1 KiB
Diff
--- a/include/libtorrent/disk_buffer_pool.hpp
|
|
+++ b/include/libtorrent/disk_buffer_pool.hpp
|
|
@@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
#include <vector>
|
|
#include <boost/shared_ptr.hpp>
|
|
#include <boost/function.hpp>
|
|
-#include <boost/utility.hpp>
|
|
+#include <boost/next_prior.hpp>
|
|
|
|
#ifndef TORRENT_DISABLE_POOL_ALLOCATOR
|
|
#include "libtorrent/allocator.hpp" // for page_aligned_allocator
|
|
--- a/include/libtorrent/ip_filter.hpp
|
|
+++ b/include/libtorrent/ip_filter.hpp
|
|
@@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
#include <vector>
|
|
|
|
#include <boost/limits.hpp>
|
|
-#include <boost/utility.hpp>
|
|
+#include <boost/next_prior.hpp>
|
|
#include <boost/cstdint.hpp>
|
|
#include <boost/tuple/tuple.hpp>
|
|
|
|
--- a/include/libtorrent/kademlia/routing_table.hpp
|
|
+++ b/include/libtorrent/kademlia/routing_table.hpp
|
|
@@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
#include <set>
|
|
|
|
#include <boost/cstdint.hpp>
|
|
-#include <boost/utility.hpp>
|
|
+#include <boost/next_prior.hpp>
|
|
#include <boost/tuple/tuple.hpp>
|
|
#include <boost/array.hpp>
|
|
#include <boost/noncopyable.hpp>
|
|
--- a/src/ip_filter.cpp
|
|
+++ b/src/ip_filter.cpp
|
|
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
|
|
#include "libtorrent/ip_filter.hpp"
|
|
-#include <boost/utility.hpp>
|
|
+#include <boost/next_prior.hpp>
|
|
|
|
|
|
namespace libtorrent
|
|
--- a/src/peer_list.cpp
|
|
+++ b/src/peer_list.cpp
|
|
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
#include "libtorrent/aux_/disable_warnings_push.hpp"
|
|
|
|
#include <boost/bind.hpp>
|
|
-#include <boost/utility.hpp>
|
|
+#include <boost/next_prior.hpp>
|
|
|
|
#include "libtorrent/aux_/disable_warnings_pop.hpp"
|
|
|
|
--- a/test/test_ip_filter.cpp
|
|
+++ b/test/test_ip_filter.cpp
|
|
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
|
|
#include "libtorrent/ip_filter.hpp"
|
|
-#include <boost/utility.hpp>
|
|
+#include <boost/next_prior.hpp>
|
|
|
|
#include "test.hpp"
|
|
#include "settings.hpp"
|
|
--- a/test/test_storage.cpp
|
|
+++ b/test/test_storage.cpp
|
|
@@ -45,7 +45,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
#include "libtorrent/torrent_info.hpp"
|
|
|
|
#include <boost/make_shared.hpp>
|
|
-#include <boost/utility.hpp>
|
|
+#include <boost/next_prior.hpp>
|
|
#include <boost/bind.hpp>
|
|
|
|
#include <iostream>
|