Skip to content

CxxUtils: Add ranges.h.

Scott Snyder requested to merge ssnyder/athena:ranges.CxxUtils-20240424 into main

Add ranges.h. Currently provides a simplified implementation of a C++23-like to() for converting a range to a container.

Merge request reports