Skip to content

Replace the template class `always_false` with the templated value `always_false_v`

Gerhard Raven requested to merge cleanup_always_false into 2024-patches

Replace the template class always_false with the templated value always_false_v in order to reduce the amount state the compiler must keep track of during compilation.

Merge request reports