Discussion:
[libtorrent] std::deque
Michael Mckeown
2016-08-21 13:46:00 UTC
Permalink
Log: http://pastebin.com/Q1uiitTs

The above is the build log for master of today's date.

Built with:

character-set=unicode
toolset=msvc-14.0
boost-link=static
runtime-link=static
deprecated-functions=off
encryption=on
link=static dht=on
logging=off
i2p=on
variant=release

using Boosts 1.61.0

Rolling back to Boosts 1.60.0 still gives the same error although using
* storage_interface API changed to use span and references
* changes in public API to work with std::shared_ptr<torrent_info>
* extensions API changed to use span and std::shared_ptr
* plugin API changed to handle DHT requests using string_view
* removed support for lt_trackers and metadata_transfer extensions
(pre-dating ut_metadata)
works fine with either Boost version.



------------------------------------------------------------------------------
Arvid Norberg
2016-08-21 16:48:33 UTC
Permalink
I just pushed a fix for the missing include
Post by Michael Mckeown
Log: http://pastebin.com/Q1uiitTs
The above is the build log for master of today's date.
character-set=unicode
toolset=msvc-14.0
boost-link=static
runtime-link=static
deprecated-functions=off
encryption=on
link=static dht=on
logging=off
i2p=on
variant=release
using Boosts 1.61.0
Rolling back to Boosts 1.60.0 still gives the same error although using
* storage_interface API changed to use span and references
* changes in public API to work with std::shared_ptr<torrent_info>
* extensions API changed to use span and std::shared_ptr
* plugin API changed to handle DHT requests using string_view
* removed support for lt_trackers and metadata_transfer extensions
(pre-dating ut_metadata)
works fine with either Boost version.
------------------------------------------------------------
------------------
_______________________________________________
Libtorrent-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
--
Arvid Norberg
------------------------------------------------------------------------------
Continue reading on narkive:
Loading...