search results

  1. ... /container for documentation. // ///// #ifndef BOOST_CONTAINER_FLAT_MAP_HPP #define BOOST_CONTAINER_FLAT_MAP_HPP #if (defined _MSC_VER) && (_MSC_VER ...
    www.boost.org/doc/libs/1_50_0/boost/​container/flat_map.hpp - Cached
  2. Description. A flat_map is a kind of associative container that supports unique keys (contains at most one of each key value) and provides for fast retrieval of ...
    www.boost.org/.../doc/html/boost/​container/flat_map.html - Cached
  3. Working on some legacy code, I am running into memory issues due mainly (I believe) to the extensive use of STL maps (particularly “maps-of-maps”.)
    stackoverflow.com/.../15259196/boost-​flat-map-container - Cached
  4. Boost.Container: wrong Pred for flat_map and flat_multimap
    svn.boost.org/trac/boost/ticket/7139 - Cached
  5. flat_map fails to compile with VC11 Beta. Reported by: orhunbirsoy@ ... boost:: container:: flat_map < std:: string, boost:: any > fm; fm [\"answer\"] = 42; fails with
    svn.boost.org/trac/boost/ticket/6763 - Cached
  6. Hi Ion & others, I think that there might be a problem in the implementation of operator< for these containers. There might be a problem with operator== too.
    boost.2283326.n4.nabble.com/container-​set-map-flat-set... - Cached
  7. offers 4 containers: flat_map, flat_multimap, flat_set and ... iterators in an associative container would be a nice addition to Boost, no doubt. Regards,
    lists.boost.org/Archives/boost/2007/08/​125905.php - Cached
  8. This useful, fully STL-compliant stable container designed by Joaquín M. López Muñoz is an hybrid between vector and list, providing most of the features ...
    www.boost-sandbox.sourceforge.net/doc/​html/container/non... - Cached
  9. Does it differ from boost::flat_map: http://www.boost.org/doc/libs/1_50_0/doc/html/boost/container/flat_map.html Ben ...
    boost.2283326.n4.nabble.com/Proposal-​Linear-map-td... - Cached
  10. +++ trunk/boost/interprocess/containers/flat_map.hpp 2008-05-23 18:39:21 EDT (Fri, 23 May 2008) @@ -479,8 +479,8 @@ //!
    lists.boost.org/boost-commit/2008/05/​8429.php - Cached