Re: unordered profile mode patch

2013-05-07 Thread François Dumont
Attached patch applied. As requested, methods are not inline anymore. 2013-05-07 François Dumont * include/profile/unordered_base.h: New. * include/Makefile.am: Add new profile header. * include/Makefile.in: Regenerate. * include/profile/impl/profiler.h (__profcxx_ineffici

Re: unordered profile mode patch

2013-05-07 Thread Paolo Carlini
Hi, On 05/06/2013 10:00 PM, François Dumont wrote: Hi Here is the patch to fix the unordered containers profile mode. There are a number of enhancements/fixes: - Use inheritance to play code on instantiation/destruction. This way some constructors and assignment operators can be defaulted