public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/101483] New: join_view::iterator's constructor missing std::move
@ 2021-07-17  7:46 hewillk at gmail dot com
  2021-08-02 19:30 ` [Bug libstdc++/101483] " cvs-commit at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hewillk at gmail dot com @ 2021-07-17  7:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101483

            Bug ID: 101483
           Summary: join_view::iterator's constructor missing std::move
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

This is specified in [range.join.iterator#7]: "Effects: Initializes outer_­
with std​::​move(i.outer_­), inner_­ with std​::​move(i.inner_­), and parent_­
with i.parent_­."

https://godbolt.org/z/8Mox7qGss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/101483] join_view::iterator's constructor missing std::move
  2021-07-17  7:46 [Bug libstdc++/101483] New: join_view::iterator's constructor missing std::move hewillk at gmail dot com
@ 2021-08-02 19:30 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:09 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-08-02 19:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101483

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Patrick Palka <ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:0e1bb3c88c7bd624bc34d6cebe3df9532f1858f0

commit r12-2674-g0e1bb3c88c7bd624bc34d6cebe3df9532f1858f0
Author: Patrick Palka <ppalka@redhat.com>
Date:   Mon Aug 2 15:30:10 2021 -0400

    libstdc++: Add missing std::move to join_view::iterator ctor [PR101483]

            PR libstdc++/101483

    libstdc++-v3/ChangeLog:

            * include/std/ranges (join_view::_Iterator::_Iterator): Add
            missing std::move.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/101483] join_view::iterator's constructor missing std::move
  2021-07-17  7:46 [Bug libstdc++/101483] New: join_view::iterator's constructor missing std::move hewillk at gmail dot com
  2021-08-02 19:30 ` [Bug libstdc++/101483] " cvs-commit at gcc dot gnu.org
@ 2021-10-12 18:09 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:38 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:38 ` ppalka at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-12 18:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101483

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Patrick Palka
<ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:58873a565898550893165427ccbef343f1390b9c

commit r11-9130-g58873a565898550893165427ccbef343f1390b9c
Author: Patrick Palka <ppalka@redhat.com>
Date:   Mon Aug 2 15:30:10 2021 -0400

    libstdc++: Add missing std::move to join_view::iterator ctor [PR101483]

            PR libstdc++/101483

    libstdc++-v3/ChangeLog:

            * include/std/ranges (join_view::_Iterator::_Iterator): Add
            missing std::move.

    (cherry picked from commit 0e1bb3c88c7bd624bc34d6cebe3df9532f1858f0)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/101483] join_view::iterator's constructor missing std::move
  2021-07-17  7:46 [Bug libstdc++/101483] New: join_view::iterator's constructor missing std::move hewillk at gmail dot com
  2021-08-02 19:30 ` [Bug libstdc++/101483] " cvs-commit at gcc dot gnu.org
  2021-10-12 18:09 ` cvs-commit at gcc dot gnu.org
@ 2021-10-12 18:38 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:38 ` ppalka at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-12 18:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101483

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Patrick Palka
<ppalka@gcc.gnu.org>:

https://gcc.gnu.org/g:3e40f630f247d576c1534e5e8b40951d0b6ff517

commit r10-10201-g3e40f630f247d576c1534e5e8b40951d0b6ff517
Author: Patrick Palka <ppalka@redhat.com>
Date:   Mon Aug 2 15:30:10 2021 -0400

    libstdc++: Add missing std::move to join_view::iterator ctor [PR101483]

            PR libstdc++/101483

    libstdc++-v3/ChangeLog:

            * include/std/ranges (join_view::_Iterator::_Iterator): Add
            missing std::move.

    (cherry picked from commit 0e1bb3c88c7bd624bc34d6cebe3df9532f1858f0)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/101483] join_view::iterator's constructor missing std::move
  2021-07-17  7:46 [Bug libstdc++/101483] New: join_view::iterator's constructor missing std::move hewillk at gmail dot com
                   ` (2 preceding siblings ...)
  2021-10-12 18:38 ` cvs-commit at gcc dot gnu.org
@ 2021-10-12 18:38 ` ppalka at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ppalka at gcc dot gnu.org @ 2021-10-12 18:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101483

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |10.4
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |ppalka at gcc dot gnu.org

--- Comment #4 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Fixed for GCC 10.4/11.3/12

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-12 18:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-17  7:46 [Bug libstdc++/101483] New: join_view::iterator's constructor missing std::move hewillk at gmail dot com
2021-08-02 19:30 ` [Bug libstdc++/101483] " cvs-commit at gcc dot gnu.org
2021-10-12 18:09 ` cvs-commit at gcc dot gnu.org
2021-10-12 18:38 ` cvs-commit at gcc dot gnu.org
2021-10-12 18:38 ` ppalka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).