diff --git a/include/boost/operators.hpp b/include/boost/operators.hpp index 18223d0..8004a1f 100644 --- a/include/boost/operators.hpp +++ b/include/boost/operators.hpp @@ -894,9 +894,11 @@ template struct forward_iterator_helper - : forward_iteratable > {}; + > > > > {}; template struct bidirectional_iterator_helper - : bidirectional_iteratable > {}; + > > > > {}; template struct random_access_iterator_helper - : random_access_iteratable > + > > > > > > { friend D requires_difference_operator(const T& x, const T& y) { return x - y;