Pull Request №723 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/fix/numeric-gcc15-template-id-cdtor
Merge: c0fbd1cd0e786b420b817fd4f560a487ab05a307←e87ead52a5b7835fafc479478fa3560cf5e5a878
Drop template-id from ctor/dtor names in numeric/ (GCC 14/15 -Werror=template-id-cdtor)
----------------
Merge commit message:
Beautify numeric headers with native Rosetta beautifier
Running tools/python_cc_reader/beautify_changed_files_in_branch.py over the
files touched by this branch restores project-standard formatting that the
template-id edits had left off: member-initializer lists in MathVector/
MathMatrix are re-indented one level under their constructors (matching the
copy constructors in the same classes). Incidentally normalizes pre-existing
style in OneDHistogram.hh (namespace brace spacing, data-member indentation)
so the beautify check passes on all files in this branch's diff.
Whitespace-only; no semantic change.