libstdc++: Reduce the size of an unbounded iota_view
authorPatrick Palka <ppalka@redhat.com>
Mon, 28 Sep 2020 15:54:57 +0000 (11:54 -0400)
committerPatrick Palka <ppalka@redhat.com>
Mon, 28 Sep 2020 15:54:57 +0000 (11:54 -0400)
commit623443357e6092067b4cf98cc6c0aeff7560b98d
tree87bf249f1bee788fc5993a409e6807e31c266004
parente189d5c931c5d94fd7487a2d1df9454d0b124eeb
libstdc++: Reduce the size of an unbounded iota_view

libstdc++-v3/ChangeLog:

* include/std/ranges (iota_view::_M_bound): Give it
[[no_unique_address]].
* testsuite/std/ranges/iota/iota_view.cc: Check that an
unbounded iota_view has minimal size.
libstdc++-v3/include/std/ranges
libstdc++-v3/testsuite/std/ranges/iota/iota_view.cc