Skip to content

Implement operator== without copying stored values

With this, two segment_tree instances that store move-only values can be compared for equality.

This resolves #91 (closed).

Merge request reports