6 Sep
2017
6 Sep
'17
7:26 a.m.
Den 04-09-2017 kl. 17:12 skrev Phil Endecott via Boost:
Dear all,
Having said that, maybe composing flat_set and small_vector (or static_vector) isn't the optimum solution for the case where I will store something like 0...4 ints; I suspect that linear search in an unordered sequence will be quicker. But that gets complicated if you need iterators with the normal behaviour.
What normal behavior is it exactly that you need? kind regards Thorsten