This causes the following to not compile anymore \#include <utility> \#include <vector> using namespace std::rel_ops; int main() { std::vector<int> xs; return xs.rbegin() != xs.rend(); } See https://godbolt.org/z/s1977n
Removing iterator inheritance, and hence adding conversion operator Using typedef to decide which MB implementation to use
Defaulting to redwood in SimulatedCluster.actor.cpp for simulation testing. New code passed > 100 correctness tests