Changes between Version 2 and Version 3 of Ticket #2961, comment 3


Ignore:
Timestamp:
02/04/2017 05:44:56 AM (7 years ago)
Author:
Doadin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2961, comment 3

    v2 v3  
    22 
    33From what i understand of it here: https://github.com/arvidn/libtorrent/blob/RC_1_1/bindings/python/src/converters.cpp#L85 is a list of defined conversions defined by libtorrent. Now boost has it own set defined by default. A change in 1.1.x (RC_1_1) has introduced a change that uses a new type but doesn't add the needed converter for compatibility with older boost versions however newer versions of boost eg. 1.63.0 has this already defined so is unnecessary. 
     4 
     5As a side note it was sometime after https://github.com/arvidn/libtorrent/commit/30303c17dfce4baae84758dd2fc9c93d9165da62 that this issue came about and i suspect https://github.com/arvidn/libtorrent/commit/61c057947c3d9c9285cf4f3bc73644a04d6ab82e to be the reason.