Skip to content

Fix C++20 template-id errors in constructors/destructors#555

Open
saberger wants to merge 4 commits intoRosettaCommons:mainfrom
saberger:main
Open

Fix C++20 template-id errors in constructors/destructors#555
saberger wants to merge 4 commits intoRosettaCommons:mainfrom
saberger:main

Conversation

@saberger
Copy link

This PR fixes compilation errors in MathVector.hh and MathMatrix.hh when building with C++20 or newer.
The errors were caused by use of explicit template-ids () in constructor and destructor definitions, which are no longer allowed in C++20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants