Skip to content

CxxUtils: const conversion for span.

Scott Snyder requested to merge ssnyder/athena:constSpan.CxxUtils-20240405 into main

Allow conversion from span to span. Also add requirements to the constructors from pointers to avoid the possibility of illegal conversions.

Merge request reports