Subject: Re: [Boost-users] Memory Leak with flat_map.insert(Iterator, Iterator)
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2013-09-09 15:12:40


El 09/09/2013 16:29, Adam Baxter escribió:
> 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?

If you can get a test case showing the bug, and report it through Boost
Trac that would be fine.

Best,

Ion