Closed TheAssassin closed 1 year ago
Fixes #24. Replaces #29.
This PR bumps the C++ standard requirement to C++20 so we can use std::array more easily.
std::array
Fixes #24. Replaces #29.
This PR bumps the C++ standard requirement to C++20 so we can use
std::array
more easily.