]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Implement LWG 3557 change to convertible_to
authorPatrick Palka <ppalka@redhat.com>
Fri, 18 Jun 2021 15:51:33 +0000 (11:51 -0400)
committerPatrick Palka <ppalka@redhat.com>
Fri, 18 Jun 2021 15:51:33 +0000 (11:51 -0400)
commit83faf7eacd2081a373afb6069fd923c2dc497271
treeb5e168f58d4218c11560b92eab7e8d1e1c4c044d
parent1aff29d42601927a416a484d6c0fa37a25faae79
libstdc++: Implement LWG 3557 change to convertible_to

libstdc++-v3/ChangeLog:

* include/std/concepts (convertible_to): Just use declval as per
LWG 3557.
libstdc++-v3/include/std/concepts