$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [containers] Are there flat_map/set and stable_vector proposals at work?
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2013-10-23 10:39:41
All is in the title: I would like to know if flat_map, flat_set and
stable_vector have been proposed
for inclusion in the C++ standard library, or if there are works going on
to write such a proposal.
I find that I use a bit more flat associative containers than tree-based
standard associative containers
in all my recent projects, and I think that having option in the standard
to choose one or the other
would be very useful for a lot of devs.