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

Duplicate definition now raising warnings during compilation #28

Open
SlySven opened this issue Nov 30, 2021 · 0 comments · May be fixed by #29
Open

Duplicate definition now raising warnings during compilation #28

SlySven opened this issue Nov 30, 2021 · 0 comments · May be fixed by #29

Comments

@SlySven
Copy link

SlySven commented Nov 30, 2021

The line here:

class const_iterator;

duplicates:

class const_iterator;

and that upsets some compilers:
image

luckily the fix is trivial...!

😀

@vadi2 vadi2 linked a pull request Jan 3, 2022 that will close this issue
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 a pull request may close this issue.

1 participant