parallel101 / stl1weekend

Build your own STL in one weekend
219 stars 17 forks source link

about random_access_iterator #1

Closed Calemsy closed 3 months ago

Calemsy commented 3 months ago

https://github.com/parallel101/stl1weekend/blob/6924f0cd92d88647e7ad53d9e3faf28e337b057f/Vector.hpp#L57

error: no type named 'random_access_iterator' in namespace 'std'; did you mean 'random_access_iterator_tag'?

how to fix this?