Skip to content

Conversation

@fevangelista
Copy link
Contributor

@fevangelista fevangelista commented Oct 11, 2023

Description

In C++, the destructor for a templated class should not include the template parameter in the destructor's name. This is not a problem for C++17 and earlier standards, but with C++20 compilers it raises an error. This PR fixes one instance of this problem in psi4.

User API & Changelog headlines

  • API should now be compatible with both C++17 and C++20

Dev notes & details

  • Change one line

Checklist

Status

  • Ready for review
  • Ready for merge

@loriab loriab enabled auto-merge October 12, 2023 00:19
@loriab loriab added this pull request to the merge queue Oct 12, 2023
Merged via the queue into psi4:master with commit c6c6d7e Oct 12, 2023
@loriab loriab added this to the Psi4 1.9 milestone Nov 2, 2023
@loriab loriab added the build label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants