Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

garymm
Copy link

@garymm garymm commented Apr 8, 2023

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-G Jens-G added the c++ label Apr 9, 2023
@garymm
Copy link
Author

garymm commented Dec 19, 2023

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

@garymm garymm closed this Dec 19, 2023
@garymm garymm deleted the std-iterator branch December 19, 2023 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants