mirror of
https://github.com/libAthena/athena.git
synced 2025-05-13 02:41:26 +00:00
We can leverage if constexpr here to determine which branch of code to instantiate, eliminating the need for the use of SFINAE.
We can leverage if constexpr here to determine which branch of code to instantiate, eliminating the need for the use of SFINAE.