Skip to content
Snippets Groups Projects
  • Jakub Klinkovský's avatar
    a3298c46
    Improved smart pointers · a3298c46
    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.
    a3298c46
    History
    Improved smart pointers
    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.