Tree containers profile mode fix

2014-01-15 Thread François Dumont
Hi Here is a patch to fix profile mode compilation errors. It makes tree based containers C++11 allocator aware in profile mode as they are in normal mode. I also try to use default implementation as much as possible to benefit from the normal mode noexcept qualifications on the

Re: Tree containers profile mode fix

2014-01-15 Thread Jonathan Wakely
On 15 January 2014 16:59, François Dumont wrote: Hi Here is a patch to fix profile mode compilation errors. It makes tree based containers C++11 allocator aware in profile mode as they are in normal mode. I also try to use default implementation as much as possible to benefit from the