Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `const` on the `_extent` member of `range_window_bounds` is superfluous. It provides no additional protection to `range_window_bounds`'s invariants, and prevents the class from being copy assignable. This change removes the `const`, thus making `range_window_bounds` copy-assignable, and more readily usable from Cython. Authors: - MithunR (https://github.com/mythrocks) Approvers: - David Wendt (https://github.com/davidwendt) - Nghia Truong (https://github.com/ttnghia) URL: #15138
- Loading branch information