On Thu, 28 Nov 2024, Jonathan Wakely wrote:
> This is another place where we can use 'if constexpr' to replace
> dispatching to a specialized class template, improving compile times and
> avoiding a function call.
>
> libstdc++-v3/ChangeLog:
>
> * include/bits/stl_construct.h (_Destroy(Fwd
This is another place where we can use 'if constexpr' to replace
dispatching to a specialized class template, improving compile times and
avoiding a function call.
libstdc++-v3/ChangeLog:
* include/bits/stl_construct.h (_Destroy(FwdIter, FwdIter)): Use
'if constexpr' instead of di