With transform iterator we would have to rewrite operator++ as it does not return the derived class. This led to a compilation bug when using connected_components.
243 B
243 B
With transform iterator we would have to rewrite operator++ as it does not return the derived class. This led to a compilation bug when using connected_components.