On Thu, 7 Jul 2022 at 17:55, Jonathan Wakely via Libstdc++
wrote:
>
> Does anybody see a problem with this change? The point is to avoid
> unnecessary class template instantiations.
>
> Tested aarch64-linux.
Pushed to trunk now.
>
> -- >8 --
>
> For any typedef-name or template parameter, T, add
Does anybody see a problem with this change? The point is to avoid
unnecessary class template instantiations.
Tested aarch64-linux.
-- >8 --
For any typedef-name or template parameter, T, add_const_t is
equivalent to T const, so we can avoid instantiating the std::add_const
class template and ju