28 Sep
2017
28 Sep
'17
5:36 p.m.
Den 28-09-2017 kl. 14:26 skrev degski via Boost:
On 28 September 2017 at 15:02, Thorsten Ottosen via Boost < boost@lists.boost.org> wrote:
I'm talking about reading the actual code and having that code being self-documenting wrt. the size of the segment.
de::batch_deque
> does (due to possible alignment issues) still not give you the number of elements and the other way around de::batch_deque > does not give you the segment size, for the same reason.
Well, surely the latter gives you the actual number of elements in a full segment?!? If you want to control that number, why should you care about the bytes and vice versa? -T