338771c5b05d8cf0f13bb794a821d2c4416b7327
*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
Description
Hobby operating system for x86_64
Languages
C++
87.4%
C
6.1%
Assembly
2.6%
Shell
2.4%
CMake
1.5%