Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged Pull Request '#78 fix/cpp20-warning->main: Collection: fix C++…
…20 warning' 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