mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-23 23:35:38 +08:00
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.