-
Dmitri Naumov authored
Using std::span removes the necessity to use a template argument, which allows the function to be moved into the translation unit.
Dmitri Naumov authoredUsing std::span removes the necessity to use a template argument, which allows the function to be moved into the translation unit.
Loading