GSL/include
Werner Henze 0dc891b352 Better use of std::enable_if
Replace the occurances of `class = std::enable_if_t<Cond>` and `typename = std::enable_if_t<Cond>` that have been identified in the previous commit with `std::enable_if_t<Cond, bool> = true`.

This commit is inspired by #1174, which changed one occurance in the owner header. This commit is aimed to fix all remaining occurances.
2024-12-19 10:05:25 +01:00
..
2024-12-19 10:05:25 +01:00
2022-10-18 11:05:09 -07:00