Pull Request №723 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/fix/numeric-gcc15-template-id-cdtor
Merge: c0fbd1cd0e786b420b817fd4f560a487ab05a307←631830c677818d763d4788d0e97bb4fa1c3b4e67
Drop template-id from ctor/dtor names in numeric/ (GCC 14/15 -Werror=template-id-cdtor)
----------------
Merge commit message:
Drop template-id from OneDHistogram's constructor name (GCC 14/15)
Same -Werror=template-id-cdtor issue as MathVector/MathMatrix: the
default constructor named itself 'OneDHistogram<key1>()' instead of
using the injected-class-name. This one only surfaces when something
instantiates the ctor (a unit test does), so it slipped past a
library-only build and is what broke CI on the previous version of
this fix.