Skip to content

CxxUtils: Mark that CxxUtils::span is a view. Add at().

Scott Snyder requested to merge ssnyder/athena:spanViewAt.CxxUtils-20240205 into main

For C++20, CxxUtils::span should derive from view_base in order for it to be usable as a view with the ranges library. Also, add at() methods. (These are C++26.)

Merge request reports