Re: [PATCH] Improve std::fill for vector

2020-05-07 Thread Jonathan Wakely via Gcc-patches
On 06/05/20 20:35 +0100, Jonathan Wakely wrote: On 06/05/20 20:46 +0200, François Dumont via Libstdc++ wrote: Hi I am not clear about current stage so I am proposing this trivial patch to find out if we are back in stage 1. The current status is always shown on the front page of gcc.gnu.org

Re: [PATCH] Improve std::fill for vector

2020-05-06 Thread Jonathan Wakely via Gcc-patches
On 06/05/20 20:46 +0200, François Dumont via Libstdc++ wrote: Hi I am not clear about current stage so I am proposing this trivial patch to find out if we are back in stage 1. The current status is always shown on the front page of gcc.gnu.org (although currently the link to the GCC 11 status

[PATCH] Improve std::fill for vector

2020-05-06 Thread François Dumont via Gcc-patches
Hi I am not clear about current stage so I am proposing this trivial patch to find out if we are back in stage 1. This patch extend the overload so that it is used even when _GLIBCXX_DEBUG mode is activated.     * include/bits/stl_algobase.h (struct _Bit_iterator): New declaration.