public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition.
@ 2021-05-14 17:33 hewillk at gmail dot com
  2021-05-19  0:11 ` [Bug libstdc++/100606] " ppalka at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hewillk at gmail dot com @ 2021-05-14 17:33 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100606
           Summary: Please complete LWG3490:
                    ranges::drop_while_view::begin() is missing a
                    precondition.
           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: ---

Hi, libstdc++ has not yet completed LWG3490 which is very simple and only needs
to add an assertion. 
Since msvc-STL has added it
(https://github.com/microsoft/STL/blob/main/stl/inc/ranges#L2529) and it also
appears in the latest [range.drop.while#view-3], I think it is appropriate to
complete it now. thanks.

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

* [Bug libstdc++/100606] Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition.
  2021-05-14 17:33 [Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition hewillk at gmail dot com
@ 2021-05-19  0:11 ` ppalka at gcc dot gnu.org
  2021-05-21  4:06 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ppalka at gcc dot gnu.org @ 2021-05-19  0:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |ppalka at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2021-05-19
     Ever confirmed|0                           |1
                 CC|                            |ppalka at gcc dot gnu.org

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

* [Bug libstdc++/100606] Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition.
  2021-05-14 17:33 [Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition hewillk at gmail dot com
  2021-05-19  0:11 ` [Bug libstdc++/100606] " ppalka at gcc dot gnu.org
@ 2021-05-21  4:06 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:08 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-05-21  4:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- 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:11784fe27d879a10dc8a79212c37f50d4f7146f3

commit r12-959-g11784fe27d879a10dc8a79212c37f50d4f7146f3
Author: Patrick Palka <ppalka@redhat.com>
Date:   Fri May 21 00:05:18 2021 -0400

    libstdc++: Implement LWG 3490 change to drop_while_view::begin()

    libstdc++-v3/ChangeLog:

            PR libstdc++/100606
            * include/std/ranges (drop_while_view::begin): Assert the
            precondition added by LWG 3490.

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

* [Bug libstdc++/100606] Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition.
  2021-05-14 17:33 [Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition hewillk at gmail dot com
  2021-05-19  0:11 ` [Bug libstdc++/100606] " ppalka at gcc dot gnu.org
  2021-05-21  4:06 ` cvs-commit at gcc dot gnu.org
@ 2021-10-12 18:08 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:37 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:40 ` ppalka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-12 18:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- 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:0dd0905e2f59c1e8fc1597355f47afb53630cfc9

commit r11-9123-g0dd0905e2f59c1e8fc1597355f47afb53630cfc9
Author: Patrick Palka <ppalka@redhat.com>
Date:   Fri May 21 00:05:18 2021 -0400

    libstdc++: Implement LWG 3490 change to drop_while_view::begin()

    libstdc++-v3/ChangeLog:

            PR libstdc++/100606
            * include/std/ranges (drop_while_view::begin): Assert the
            precondition added by LWG 3490.

    (cherry picked from commit 11784fe27d879a10dc8a79212c37f50d4f7146f3)

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

* [Bug libstdc++/100606] Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition.
  2021-05-14 17:33 [Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition hewillk at gmail dot com
                   ` (2 preceding siblings ...)
  2021-10-12 18:08 ` cvs-commit at gcc dot gnu.org
@ 2021-10-12 18:37 ` cvs-commit at gcc dot gnu.org
  2021-10-12 18:40 ` ppalka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-12 18:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- 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:936194bc072ffd915d83f6a99a586b82cb7da75c

commit r10-10194-g936194bc072ffd915d83f6a99a586b82cb7da75c
Author: Patrick Palka <ppalka@redhat.com>
Date:   Fri May 21 00:05:18 2021 -0400

    libstdc++: Implement LWG 3490 change to drop_while_view::begin()

    libstdc++-v3/ChangeLog:

            PR libstdc++/100606
            * include/std/ranges (drop_while_view::begin): Assert the
            precondition added by LWG 3490.

    (cherry picked from commit 11784fe27d879a10dc8a79212c37f50d4f7146f3)

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

* [Bug libstdc++/100606] Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition.
  2021-05-14 17:33 [Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition hewillk at gmail dot com
                   ` (3 preceding siblings ...)
  2021-10-12 18:37 ` cvs-commit at gcc dot gnu.org
@ 2021-10-12 18:40 ` ppalka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ppalka at gcc dot gnu.org @ 2021-10-12 18:40 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
   Target Milestone|---                         |10.4
         Resolution|---                         |FIXED

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

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 17:33 [Bug libstdc++/100606] New: Please complete LWG3490: ranges::drop_while_view::begin() is missing a precondition hewillk at gmail dot com
2021-05-19  0:11 ` [Bug libstdc++/100606] " ppalka at gcc dot gnu.org
2021-05-21  4:06 ` cvs-commit at gcc dot gnu.org
2021-10-12 18:08 ` cvs-commit at gcc dot gnu.org
2021-10-12 18:37 ` cvs-commit at gcc dot gnu.org
2021-10-12 18:40 ` 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).