Skip to content

Use C++20 Spans in BLS Vertexing code

Adam Edward Barton requested to merge abarton/athena:spanv0tools into main

std::span in C++20 allows an interface to take any contiguous container (std::vector or std::array) this allows greater flexibility in design allowing fewer allocations.

Merge request reports