feat: ROOT C++20 support, `root cxxstd=20`
This adds ROOT C++20 support. It requires some changes to dependencies too:
-
podioneedscxxstdsupport (https://github.com/spack/spack/pull/30437) -
actshard-depends onroot cxxstd=17for no real reason other than inability to depend on multiple variants in spack (https://github.com/spack/spack/pull/38682) -
need support for acts@24:forcxxstd=20(https://github.com/spack/spack/pull/37055)
Edited by Wouter Deconinck