forked from Bananymous/banan-os
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
No description provided
Languages
C++
77.3%
C
13.9%
Assembly
5.6%
CMake
1.8%
Shell
1.4%