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
Please register or sign in to comment
C++20's DR 2237 forbids using template-ids in constructors and destructors, and GCC 14 started warning about this.