diff options
author | Ken Matsui <kmatsui@gcc.gnu.org> | 2023-09-11 17:14:32 -0700 |
---|---|---|
committer | Ken Matsui <kmatsui@gcc.gnu.org> | 2023-12-16 08:59:32 -0800 |
commit | 4a235f8eb0f19292c007c4374d6b48ab01667a3b (patch) | |
tree | edb2ae14247abf619aea97462834a18fa38350a5 /libcody/LICENSE | |
parent | 8843cff6c98cb0789a1ec6f51be6c5122fc1b5e9 (diff) | |
download | gcc-4a235f8eb0f19292c007c4374d6b48ab01667a3b.zip gcc-4a235f8eb0f19292c007c4374d6b48ab01667a3b.tar.gz gcc-4a235f8eb0f19292c007c4374d6b48ab01667a3b.tar.bz2 |
libstdc++: Optimize std::is_scoped_enum compilation performance
This patch optimizes the compilation performance of std::is_scoped_enum
by dispatching to the new __is_scoped_enum built-in trait.
libstdc++-v3/ChangeLog:
* include/std/type_traits (is_scoped_enum): Use
__is_scoped_enum built-in trait.
(is_scoped_enum_v): Likewise.
Signed-off-by: Ken Matsui <kmatsui@gcc.gnu.org>
Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
Diffstat (limited to 'libcody/LICENSE')
0 files changed, 0 insertions, 0 deletions