Something went wrong on our end
-
Jakub Klinkovský authored
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.
Jakub Klinkovský authoredAll 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.