]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Move definition earlier in file
authorJonathan Wakely <jwakely@redhat.com>
Fri, 27 Mar 2020 22:53:04 +0000 (22:53 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 27 Mar 2020 22:53:04 +0000 (22:53 +0000)
commit0302a2de7f143bc4ac2a963761abc684b4dd6ddb
treefeb9c78ec4ea86fdd56958a26b5fdaac9bc4056b
parent491009b609d354d2a5b8327b2deba58e1f2b2215
libstdc++: Move definition earlier in file

This moves __is_array_convertible so it's not between
__is_nothrow_convertible and its helper, since it isn't related to
those.

* include/std/type_traits (__is_array_convertible): Move definition
to immediately after is_convertible.
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits
This page took 0.054612 seconds and 6 git commands to generate.