]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove redundant code in std::to_array
authorJonathan Wakely <jwakely@redhat.com>
Tue, 20 Jun 2023 08:27:04 +0000 (09:27 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 20 Jun 2023 14:35:48 +0000 (15:35 +0100)
commitb4f1e4a644380282f1e873f9ab2ebb2941ca34ce
treef376feb439a1932ef8c15e267df6487b6e803330
parent649c640cc4a2b4d9057613556ac989aed638c010
libstdc++: Remove redundant code in std::to_array

libstdc++-v3/ChangeLog:

* include/std/array (to_array(T(&)[N])): Remove redundant
condition.
(to_array(T(&&)[N])): Remove redundant std::move.
libstdc++-v3/include/std/array