Improved smart pointers
All dynamically allocated objects in the smart pointers were aggregated into a single structure to avoid the number of dynamic allocations, decrease the size of the smart pointer classes and to make the code more readable.
Loading
Please sign in to comment