mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-06 12:57:35 +08:00
- Replaced `TopExp_Explorer`’s `NCollection_Vector`-based stack with `NCollection_LocalArray` + explicit stack-top index management. - Extended `NCollection_LocalArray` to support non-trivial element types using placement-new, move semantics, and explicit destruction. - Added GTests for `NCollection_LocalArray` covering non-trivial element lifetime and realloc/move scenarios.