Pull Request №728 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/fix/gcc16-debug-build
Merge: c0fbd1cd0e786b420b817fd4f560a487ab05a307←8808fc76c31e1b1dd495ac557eeac21f3e411fa6
Fix GCC 16 (trunk) debug build: real bug + dead unused-but-set-variable cleanup
----------------
Merge commit message:
Beautify numeric headers with native Rosetta beautifier
This branch carries the same numeric/ template-id ctor/dtor fix as #723;
run tools/python_cc_reader/beautify_changed_files_in_branch.py over the
changed files to restore project-standard formatting the template-id edits
had left off: member-initializer lists in MathVector/MathMatrix re-indented
one level under their constructors, plus incidental namespace/data-member
normalization in OneDHistogram.hh so the beautify check passes.
Whitespace-only; no semantic change.