public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/101527] New: The implementation of std::common_iterator::operator== seems to be wrong
@ 2021-07-20 13:05 hewillk at gmail dot com
  2021-07-20 23:10 ` [Bug libstdc++/101527] " hewillk at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hewillk at gmail dot com @ 2021-07-20 13:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101527
           Summary: The implementation of std::common_iterator::operator==
                    seems to be wrong
           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: ---

Libstdc++'s implementation of common_iterator is similar to MSVC-STL, it
defines operator== inside the class and declares template common_iterator class
as a friend. 

But according to the description of [class.friend#10]: "Friendship is neither
inherited nor transitive." this will cause the following valid codes to be
rejected:


  std::common_iterator<int*, std::unreachable_sentinel_t> it1;
  std::common_iterator<const int*, std::unreachable_sentinel_t> it2;
  it1 == it2;


https://godbolt.org/z/15ao981Wb

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

end of thread, other threads:[~2023-05-08 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 13:05 [Bug libstdc++/101527] New: The implementation of std::common_iterator::operator== seems to be wrong hewillk at gmail dot com
2021-07-20 23:10 ` [Bug libstdc++/101527] " hewillk at gmail dot com
2021-07-21  9:53 ` redi at gcc dot gnu.org
2021-07-21 15:17 ` hewillk at gmail dot com
2022-04-10 18:00 ` [Bug libstdc++/101527] The implementation of std::common_iterator and std::counted_iterator's operator== " hewillk at gmail dot com
2022-04-14 19:20 ` redi at gcc dot gnu.org
2022-05-06  8:30 ` jakub at gcc dot gnu.org
2023-05-08 12:22 ` rguenth 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).