You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Gary Mindlin Miguel (Jira)" <ji...@apache.org> on 2023/04/08 16:03:00 UTC

[jira] [Created] (THRIFT-5698) remove use of deprecated std::iterator

Gary Mindlin Miguel created THRIFT-5698:
-------------------------------------------

             Summary: remove use of deprecated std::iterator
                 Key: THRIFT-5698
                 URL: https://issues.apache.org/jira/browse/THRIFT-5698
             Project: Thrift
          Issue Type: Improvement
          Components: C++ - Library
            Reporter: Gary Mindlin Miguel


C++17 deprecated std::iterator.

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

It's used in a few places in the C++ library, so compiling with targeting C++17 or higher results in warnings.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)