Skip to content

Commit

Permalink
Fix compilation error for C++20 (psi4#3061)
Browse files Browse the repository at this point in the history
  • Loading branch information
fevangelista authored Oct 12, 2023
1 parent 2e41937 commit c6c6d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psi4/src/psi4/libpsi4util/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class LimitExceeded : public PsiException {

T actual_value() const noexcept { return errorval_; }

~LimitExceeded<T>() noexcept override {};
~LimitExceeded() noexcept override {};
};

/**
Expand Down

0 comments on commit c6c6d7e

Please sign in to comment.