public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101214] New: ranges::split_view​::​sentinel lacks default constructor
@ 2021-06-25 17:20 hewillk at gmail dot com
  2021-06-25 17:26 ` [Bug libstdc++/101214] " hewillk at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hewillk at gmail dot com @ 2021-06-25 17:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101214
           Summary: ranges::split_view​::​sentinel lacks default
                    constructor
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

#include <ranges>

int main() {
  auto r = std::views::iota(0) | std::views::take(5);
  decltype(std::views::split(r, 0).end()) e{};
}

https://godbolt.org/z/oK9zbE5WG

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

end of thread, other threads:[~2021-07-16 13:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 17:20 [Bug c++/101214] New: ranges::split_view​::​sentinel lacks default constructor hewillk at gmail dot com
2021-06-25 17:26 ` [Bug libstdc++/101214] " hewillk at gmail dot com
2021-06-25 19:53 ` ppalka at gcc dot gnu.org
2021-06-28  5:34 ` hewillk at gmail dot com
2021-07-16 13:46 ` cvs-commit at gcc dot gnu.org
2021-07-16 13:48 ` 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).