Fix compilation with iterator with C++ 17 by clementperon · Pull Request #4696 · google/or-tools

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@clementperon

Copy link Copy Markdown

Contributor

Fix compilation with iterator with C++ 17

Add missing iterator typedefs to custom iterator classes when std::iterator
inheritance is deprecated since C++17.

Signed-off-by: Clément Péron <peron.clem@gmail.com>

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

v9.16

Development

Successfully merging this pull request may close these issues.

3 participants

@clementperon @Mizux @lperron