On 11/05/24 02:01 -0700, Ken Matsui wrote:
This patch optimizes the compilation performance of std::remove_extent
by dispatching to the new __remove_extent built-in trait.
OK, thanks.
libstdc++-v3/ChangeLog:
* include/std/type_traits (remove_extent): Use __remove_extent
built
This patch optimizes the compilation performance of std::remove_extent
by dispatching to the new __remove_extent built-in trait.
libstdc++-v3/ChangeLog:
* include/std/type_traits (remove_extent): Use __remove_extent
built-in trait.
Signed-off-by: Ken Matsui
---
libstdc++-v3/inc