Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

include confusion #1

Closed
LuanVSO opened this issue Apr 25, 2021 · 2 comments · Fixed by #2
Closed

include confusion #1

LuanVSO opened this issue Apr 25, 2021 · 2 comments · Fixed by #2

Comments

@LuanVSO
Copy link
Contributor

LuanVSO commented Apr 25, 2021

since all includes are done with <> some files are being included from the include path instead of the ones from this library, i am only able to compile if i change all local includes in this library to #include "lib".

@per1234
Copy link
Contributor

per1234 commented Apr 25, 2021

there is also an erro on the file iterator_base line 172,173

To make things clear to all readers, are these the lines in question?:

}
reverse_iterator& operator-=(typename iterator_traits<Iterator>::difference_type n){

@LuanVSO
Copy link
Contributor Author

LuanVSO commented Apr 25, 2021

sorry it was this one:

friend bool operator== <Iterator>(const reverse_iterator<Iterator>& x, const reverse_iterator<Iterator>& y);

but it seems it was my formatter who broke it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants