public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] A few minor fixes in <generator>
@ 2024-03-23 15:15 Arsen Arsenović
  2024-03-23 15:15 ` [PATCH 1/2] libstdc++: fix _V badname " Arsen Arsenović
  2024-03-23 15:15 ` [PATCH 2/2] libstdc++: fix generator iterator operator* return type Arsen Arsenović
  0 siblings, 2 replies; 5+ messages in thread
From: Arsen Arsenović @ 2024-03-23 15:15 UTC (permalink / raw)
  To: gcc-patches; +Cc: libstdc++, Arsen Arsenović

From: Arsen Arsenović <arsen@gcc.gnu.org>

Afternoon!

These couple of patches fix two minor issues in the generator
implementation that were informally reported a while ago.

Tested on x86_64-pc-linux-gnu.

OK for trunk?

TIA, have a lovely day!

Arsen Arsenović (2):
  libstdc++: fix _V badname in <generator>
  libstdc++: fix generator iterator operator* return type

 libstdc++-v3/include/std/generator            | 22 ++++++------
 .../range_generators/iter_deref_return.cc     | 34 +++++++++++++++++++
 2 files changed, 46 insertions(+), 10 deletions(-)
 create mode 100644 libstdc++-v3/testsuite/24_iterators/range_generators/iter_deref_return.cc

-- 
2.44.0


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

end of thread, other threads:[~2024-03-26 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-23 15:15 [PATCH 0/2] A few minor fixes in <generator> Arsen Arsenović
2024-03-23 15:15 ` [PATCH 1/2] libstdc++: fix _V badname " Arsen Arsenović
2024-03-26 11:00   ` Jonathan Wakely
2024-03-23 15:15 ` [PATCH 2/2] libstdc++: fix generator iterator operator* return type Arsen Arsenović
2024-03-26 10:59   ` Jonathan Wakely

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).