]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Optimize std::is_unbounded_array compilation performance
authorKen Matsui <kmatsui@gcc.gnu.org>
Mon, 11 Sep 2023 20:58:35 +0000 (13:58 -0700)
committerKen Matsui <kmatsui@gcc.gnu.org>
Thu, 13 Jun 2024 12:55:57 +0000 (05:55 -0700)
commitb38aefbbc90a3334c6c5ba6569816d348a1a0c91
treec7cc39c88787b831933e6d48b5a8fee830570864
parentbb99672e0c49d8b8822664eaabc10cd51a42aab4
libstdc++: Optimize std::is_unbounded_array compilation performance

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

libstdc++-v3/ChangeLog:

* include/std/type_traits (is_unbounded_array_v): Use
__is_unbounded_array built-in trait.

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