Skip to content
Snippets Groups Projects
Commit 067a8c7c authored by Ken Matsui's avatar Ken Matsui Committed by Patrick Palka
Browse files

libstdc++: use using instead of typedef for type_traits


Since the type_traits header is a C++11 header file, using can be used instead
of typedef. This patch provides more readability, especially for long type
names.

libstdc++-v3/ChangeLog:

	* include/std/type_traits: Use using instead of typedef

Reviewed-by: default avatarPatrick Palka <ppalka@redhat.com>
Reviewed-by: default avatarJonathan Wakely <jwakely@redhat.com>
parent 5612aa4d
No related branches found
No related tags found
No related merge requests found
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