Re: PR libstdc++/89477 for Debug mode

2019-03-07 Thread Jonathan Wakely
On 07/03/19 22:34 +0100, François Dumont wrote: Hi     PR 89477 fixes haven't been applied to the Debug mode. Here it is to fix the different deduction.cc tests.     PR libstdc++/89477     * include/debug/map.h (map): Use _RequireNotAllocator to constrain     parameters in deduction guides.  

PR libstdc++/89477 for Debug mode

2019-03-07 Thread François Dumont
Hi     PR 89477 fixes haven't been applied to the Debug mode. Here it is to fix the different deduction.cc tests.     PR libstdc++/89477     * include/debug/map.h (map): Use _RequireNotAllocator to constrain     parameters in deduction guides.     * include/debug/multimap.h (multimap): Likewis