ThePhD 94c287810f It took a lott of work, but we finally have the right rankings for operator[] to work as intended with as minimal room for screwups as possible.
This should enable operator[] to work in all cases that it is to be expected, thanks to a lot of explicit conversions and some basic overload resolution ranking tricks (e.g., making some conversions a template).
We also need to remember that GCC expects `. template (function name)` in generic code, as it can parse things in a really dumb and silly manner.
2013-12-21 22:00:28 -05:00
..
2013-11-25 04:56:27 -05:00
2013-12-15 22:14:56 -05:00
2013-12-21 19:30:30 -05:00
2013-12-21 19:30:30 -05:00
2013-12-14 20:16:28 -05:00