Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++20 does not allow forward declaring classes which end up in a vector
This is due to the fact the destructor of std::vector is now constexpr.
- Loading branch information