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

Inheriting std::iterator is deprecated in c++17. #59

Merged
merged 1 commit into from
Jan 28, 2018

Conversation

DanielaE
Copy link
Contributor

Therefore get rid of all of that and replace inheritance by lifting std::iterator's members into the derived class.

Signed-off-by: Daniela Engert dani@ngrt.de

@Flast
Copy link
Collaborator

Flast commented Jan 15, 2018

LGTM and thanks Daniela!

But we are now enabling CIs (#60). Please wait until that work has been completed.

@Flast Flast self-assigned this Jan 15, 2018
@Flast
Copy link
Collaborator

Flast commented Jan 24, 2018

I try closing and reopening to trigger brand new build on Travis.

@Flast Flast closed this Jan 24, 2018
@Flast Flast reopened this Jan 24, 2018
@Flast
Copy link
Collaborator

Flast commented Jan 24, 2018

Yeah! New build has been queued!

Therefore get rid of all of that and replace inheritance by lifting std::iterator's members into the derived class.

Signed-off-by: Daniela Engert <dani@ngrt.de>
@Flast
Copy link
Collaborator

Flast commented Jan 28, 2018

(Again) LGTM, thanks!

@Flast Flast merged commit 080e2fa into boostorg:develop Jan 28, 2018
@DanielaE DanielaE deleted the fix/no-iterator-inheritance branch January 30, 2018 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants