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

tuple_vector: random_access_iterator_tag is missing #461

Closed
simplex-fx opened this issue Mar 3, 2022 · 1 comment
Closed

tuple_vector: random_access_iterator_tag is missing #461

simplex-fx opened this issue Mar 3, 2022 · 1 comment

Comments

@simplex-fx
Copy link

EASTL_ITC_NS::random_access_iterator_tag should be used instead of random_access_iterator_tag in the tuple_vector sources,
to make it compile if EASTL_STD_ITERATOR_CATEGORY_ENABLED is set.

@grojo-ea
Copy link
Contributor

Thanks for reporting this. This was fixed by #475. We also now have CI running that tests with EASTL_STD_ITERATOR_CATEGORY_ENABLED so things like these don't happen again.

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

No branches or pull requests

2 participants