diff options
author | Ken Matsui <kmatsui@gcc.gnu.org> | 2023-07-17 23:47:15 -0700 |
---|---|---|
committer | Ken Matsui <kmatsui@gcc.gnu.org> | 2024-01-10 20:08:26 -0800 |
commit | 2105c49bbe826733eef5ab06d505d9345710f8d7 (patch) | |
tree | 48f30dbacad55b5f56f072afbb42a2aba9605804 /gcc | |
parent | 49a14ee488b8569abe318ca230ab115c36ca6b0c (diff) | |
download | gcc-2105c49bbe826733eef5ab06d505d9345710f8d7.zip gcc-2105c49bbe826733eef5ab06d505d9345710f8d7.tar.gz gcc-2105c49bbe826733eef5ab06d505d9345710f8d7.tar.bz2 |
libstdc++: Optimize std::is_compound compilation performance
This patch optimizes the compilation performance of std::is_compound.
libstdc++-v3/ChangeLog:
* include/std/type_traits (is_compound): Do not use __not_.
(is_compound_v): Use is_fundamental_v instead.
Signed-off-by: Ken Matsui <kmatsui@gcc.gnu.org>
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions