mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-11 19:47:21 +08:00
547702a15d
Method Standard::Free() is converted to template, so that pointer is nullified using its proper type. Unnecessary type cases in calls to Standard::Free(), Standard::Reallocate(), and NCollection_BaseAllocator::Free() eliminated throughout OCCT code.