id summary reporter owner description type status milestone component version severity resolution keywords cc 3665 Bimap and custom allocators gutierrez.gustavo@… Matias Capeletto "In the current implementation of bimap there is no way to specify a custom allocator. It is documented as a feature but not implemented. Custom allocators were considered in the design of bimap (they are considered as a template parameter) but not implemented. The attached patch solves the problem by modifying two constructors of bimap class and adding an allocator as an optional parameter. The patch is against the svn boost sources. Hope this helps. Gustavo" Patches closed Boost 1.42.0 bimap Boost 1.41.0 Problem fixed matias.capeletto@…