Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Newer GCC versions return the following warning for the changed lines: ``` error: template-id not allowed for destructor in C++20 [-Werror=template-id-cdtor] note: remove the ‘< >’ ``` This applies compiler's recommendation.
- Loading branch information