Go to file
Bananymous 338771c5b0 BAN: Cleanup Vector code
*Applies to last patch also!*

Remove duplicate code in iterators. We used to have separate iterator
and const_iterator but now they are the same class with some enable_if
magic to disable references from const_iterator

This introduces some 'bad things' you can for example call
const_iterator.operator*<false>() to obtain non const reference. I
don't think this matters since you could use const_cast or something
else to work around const if you really tried
2023-02-07 11:08:05 +02:00
2023-02-07 11:08:05 +02:00
2023-02-04 23:37:34 +02:00
2023-02-05 18:08:40 +02:00
2023-02-05 18:08:40 +02:00
Description
Hobby operating system for x86_64
21 MiB
Languages
C++ 87.4%
C 6.1%
Assembly 2.6%
Shell 2.4%
CMake 1.5%