Skip to content

Fix: correct array allocation syntax in multiple places#3

Open
dnsobchuk wants to merge 1 commit intoGratt-5r2:masterfrom
dnsobchuk:fix/array-allocation-syntax
Open

Fix: correct array allocation syntax in multiple places#3
dnsobchuk wants to merge 1 commit intoGratt-5r2:masterfrom
dnsobchuk:fix/array-allocation-syntax

Conversation

@dnsobchuk
Copy link

  • zCArraySort constructor: new T[startSize]
  • ShrinkToFit method: new T[numInArray]
  • Both were using incorrect new T()[size] syntax

- zCArraySort constructor: new T[startSize]
- ShrinkToFit method: new T[numInArray]
- Both were using incorrect new T()[size] syntax
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.

1 participant