Skip to content

THRIFT-5698: remove use of deprecated std::iterator - #2778

Closed
garymm wants to merge 1 commit into
apache:masterfrom
garymm:std-iterator
Closed

THRIFT-5698: remove use of deprecated std::iterator#2778
garymm wants to merge 1 commit into
apache:masterfrom
garymm:std-iterator

Conversation

@garymm

@garymmgarymm commented Apr 8, 2023

Copy link
Copy Markdown
Contributor

C++17 deprecated std::iterator.

See
https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/

Prior to this change, compiling while targeting C++17 or higher results
in warnings.

C++17 deprecated std::iterator.
See
https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/
Prior to this change, compiling while targeting C++17 or higher results
in warnings.
@Jens-GJens-G added the c++ Pull requests that update C++ code label Apr 9, 2023
@garymm

Copy link
Copy Markdown
ContributorAuthor

This is still valid, but closing since it's been ignored for so long.

@kou

kou commented Jun 9, 2025

Copy link
Copy Markdown
Member

Should we open a new PR for this or reopen this PR?

@garymm

Copy link
Copy Markdown
ContributorAuthor

I deleted my fork of the repo since my PRs were ignored. Please open a new PR if you want the fix.

@kou

kou commented Jun 10, 2025

Copy link
Copy Markdown
Member

OK.

I've opened #3165 .

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++Pull requests that update C++ code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@garymm@kou@Jens-G