public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/106766] New: zip_view::_Iterator/_Sentinel's operator- use make_unsigned_t
@ 2022-08-28 17:31 hewillk at gmail dot com
  2022-08-29 18:57 ` [Bug libstdc++/106766] " ppalka at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hewillk at gmail dot com @ 2022-08-28 17:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106766
           Summary: zip_view::_Iterator/_Sentinel's operator- use
                    make_unsigned_t
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

#include <ranges>

auto r = std::views::zip(
  std::views::iota(__int128(0), __int128(1)));
auto d = r.end() - r.begin();

https://godbolt.org/z/rrK1ve4o7

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

end of thread, other threads:[~2022-09-09 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-28 17:31 [Bug libstdc++/106766] New: zip_view::_Iterator/_Sentinel's operator- use make_unsigned_t hewillk at gmail dot com
2022-08-29 18:57 ` [Bug libstdc++/106766] " ppalka at gcc dot gnu.org
2022-09-09 19:04 ` cvs-commit at gcc dot gnu.org
2022-09-09 19:05 ` 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).