]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Apply proposed resolutions for LWG 3428, 3447
authorPatrick Palka <ppalka@redhat.com>
Fri, 23 Oct 2020 13:03:25 +0000 (09:03 -0400)
committerPatrick Palka <ppalka@redhat.com>
Wed, 28 Oct 2020 15:49:15 +0000 (11:49 -0400)
commit4af78dd8c49927ad6c01319e6d6c9aa7b9524b49
tree2cbf9270b9e0118e9df647ba64a5186d984b3a2b
parenta78cd759754c92cecbf235ac9b447dcdff6c6e2f
libstdc++: Apply proposed resolutions for LWG 3428, 3447

libstdc++-v3/ChangeLog:

* include/std/ranges (single_view::single_view): Mark the
in place constructor explicit as per LWG 3428.
(take_view): Remove the constraint on the deduction guide's
template parameter as per LWG 3447.

(cherry picked from commit 50106208ff65fe8076329169cd97460a03e27388)
libstdc++-v3/include/std/ranges