diff --git a/deps/ox/src/ox/std/iterator.hpp b/deps/ox/src/ox/std/iterator.hpp index 4edaad62..917a84f0 100644 --- a/deps/ox/src/ox/std/iterator.hpp +++ b/deps/ox/src/ox/std/iterator.hpp @@ -31,16 +31,6 @@ struct random_access_iterator_tag: public bidirectional_iterator_tag { struct contiguous_iterator_tag: public random_access_iterator_tag { }; -template -struct iterator { - using iterator_category = Category; - using value_type = T; - using pointer = T*; - using reference = T&; - using difference_type = DiffType; -}; - } #else #include @@ -58,4 +48,4 @@ struct Iterator { using difference_type = DiffType; }; -} \ No newline at end of file +}