You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: