Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a default constructor to seqset nodes. (#636)
This allows them to exist as fields without invalidating the set. This should make it possible to remove the undefined behaviour in the creation of FrontendSlabMetadata, which is currently created via a reinterpret_cast from a different-typed allocation. FrontendSlabMetadata has a SeqSet::Node field that is in an unspecified state on construction and which is valid only when inserted into a SeqSet.
- Loading branch information