Skip to content
Snippets Groups Projects
Unverified Commit 2105c49b authored by Ken Matsui's avatar Ken Matsui
Browse files

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: default avatarKen Matsui <kmatsui@gcc.gnu.org>
parent 49a14ee4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment