Re: [Boost-bugs] [Boost C++ Libraries] #9382: flat_stable associative containers.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9382: flat_stable associative containers.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-05-24 20:45:45


#9382: flat_stable associative containers.
----------------------------------+----------------------------
  Reporter: vincent.fericelli@… | Owner: Ion Gaztañaga
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: container
   Version: Boost 1.55.0 | Severity: Not Applicable
Resolution: | Keywords:
----------------------------------+----------------------------

Comment (by Ion Gaztañaga):

 In recent Boost versions you can already choose the underlying sequence
 type:

 typedef flat_map
    < key_type
    , mapped_type
    , comp
    , stable_vector< std::pair<key_type, mapped_type> >
> flat_stable_map_t;

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/9382#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2018-05-24 20:52:00 UTC