Boost logo

Boost :

Subject: [boost] [flat_set/flat_map] request for new constructor that accepts a sorted sequence
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-07-06 18:41:31


Hi Ion,

It would be veyr nice to have the following constructor:

   template< class Iter >
   flat_container( Iter, Iter, bool /*tag*/ );

which allows one to give the container an already sorted sequence
(this would be the precondition).

-Thorsten


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk