]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Optimize std::is_bounded_array compilation performance
authorKen Matsui <kmatsui@gcc.gnu.org>
Tue, 12 Sep 2023 02:15:21 +0000 (19:15 -0700)
committerKen Matsui <kmatsui@gcc.gnu.org>
Sat, 16 Dec 2023 16:59:31 +0000 (08:59 -0800)
commit8843cff6c98cb0789a1ec6f51be6c5122fc1b5e9
treed9700f67cf83cfd5c46f9850f6cbd56457a69d99
parent7fd9c349e455345a8b94d8fcee1c92b5c92873a5
libstdc++: Optimize std::is_bounded_array compilation performance

This patch optimizes the compilation performance of std::is_bounded_array
by dispatching to the new __is_bounded_array built-in trait.

libstdc++-v3/ChangeLog:

* include/std/type_traits (is_bounded_array_v): Use
__is_bounded_array built-in trait.

Signed-off-by: Ken Matsui <kmatsui@gcc.gnu.org>
Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/include/std/type_traits
This page took 0.05479 seconds and 5 git commands to generate.