Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid template-id-cdtor warning with GCC 14 (#109)
C++20's DR 2237 forbids using template-ids in constructors and destructors, and GCC 14 started warning about this.
- Loading branch information