Arvid Norberg
Arvid Norberg
@sunnychatterjee surely `T` would have to be standard layout, right? The versions of these function I have written throw an exception if the span is too smal for `T`, since...
the issue with using a reference as a member is that your class becomes non-copyable and non-movable, which isn't an obvious consequence. It may be desirable, but then it's a...
> the point is, whoever wrote that original remark has provided a near-universal damnation of a practice and provided no reasoning. It would be good with justification, of course. However,...
sorry for the delay. I've been travelling
by default, the python bindings don't link statically against the libtorrent main library or boost though, right? I believe that's only supposed to happen on windows
does it work if you pass `fpic=on` when invoking `b2`?
is this something that's normally built into applications? I would have thought it to be a lot more practical to do as a virtual network interface, with an IPv4 address.
I believe I could pass an IPv4 address string to `getaddrinfo()`, would that be sufficient to perform the conversion? Or is this conversion implemented in an actual DNS server? I...
the `disk_buffer_holder` is a smart pointer that the bittorrent engine will keep a copy of until it has been sent off to the peer requesting the data. It's purpose is...
> Is there possible to return partial piece in async_read? No. > I want to make sure every disk_buffer_holder will be continues part but it might not be whole piece...