banan-os/BAN
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
..
BAN All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
arch Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
include/BAN BAN: Cleanup Vector code 2023-02-07 11:08:05 +02:00
.gitignore Kernel: lol 2022-12-13 12:12:15 +02:00
Makefile BAN: Cleanup includes 2023-01-17 11:38:16 +02:00