$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Container] small flat set ?
From: Thorsten Ottosen (tottosen_at_[hidden])
Date: 2017-09-06 07:26:43
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