« Return to Thread: [flat_set/flat_map] request for new constructor that accepts a sorted sequence

[flat_set/flat_map] request for new constructor that accepts a sorted sequence

by Thorsten Ottosen-3 :: Rate this Message:

Reply to Author | View in Thread

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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

 « Return to Thread: [flat_set/flat_map] request for new constructor that accepts a sorted sequence