$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Memory Leak with flat_map.insert(Iterator,Iterator)
From: Adam Baxter (adam.m.baxter_at_[hidden])
Date: 2013-09-09 10:29:06
Hello,
I'm experiencing a memory leak using the flat_map.insert(Iterator,
Iterator) function. The leak goes away if I do regular for loop and use
flat_map.insert(*Iterator). Is this a known issue? If not, what would be
helpful for a bug report?
Adam