Skip to content

[cleanup][alberta] Replace deprecated Factorial by constexpr free function factorial

Timo Koch requested to merge cleanup/use-factorial-function into master

Note that the constexpr changes are necessary to be able to use mydimension in factorial (which takes it's argument as a reference), see e.g. https://quuxplusone.github.io/blog/2020/09/19/value-or-pitfall/

Edited by Timo Koch

Merge request reports