From Devin Rozsas@21:1/5 to All on Mon Jun 13 14:49:32 2022
I've been trying to instantiate `Ada.Containers.Multiway_Trees`, but I was getting some error message like "Value for Disable_Controlled must be static" or something of the sort.
I looked at GNAT's source in `a-comutr.adb`, and indeed, at lines 54 and 79, there are non-static expressions for `Disable_Controlled`.
Both the AdaCore 2021 installer and Fedora's repo versions of GNAT have this in the source-code.