Skip to content

New md-range impl based on cpp20 concepts.

Edwin Carlinet requested to merge development/ndcursor into development/cpp20

Switch to cursor based implementation of nd-ranges.

  • Removed cmstl2 dependency
  • Use rangev3 0.9.1 (latest)
  • Use fmt 6.0
  • Use cpp20 concepts
  • Use new ndcursor based implementation of ranges/view

Improvements:

  • Bug fix & simplification for extension of domain not at (0,0)
  • image comparison supports non-trivial types (and supports printing)

Still TODO: [ ] Update documentation

Edited by Edwin Carlinet

Merge request reports