Skip to content

Conversation

@HerrCai0907
Copy link
Contributor

No description provided.

@kripken
Copy link
Member

kripken commented Feb 9, 2026

Sounds good, but see the compile errors on CI.

std::vector<HeapType> types;
for (size_t i = 0; i < size(); ++i) {
types.push_back((*this)[i]);
types.push_back(getTempHeapType(i));
Copy link
Member

@kripken kripken Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this might be doing the same thing right now, but @tlively is the abstraction in the old code not preferable for some reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants