Skip to content
  1. Mar 29, 2021
  2. Mar 28, 2021
  3. Mar 22, 2021
  4. Mar 19, 2021
  5. Mar 18, 2021
    • Jakub Klinkovský's avatar
      Implemented Array::resize using the STL semantics almost exactly · 1d0bcfa4
      Jakub Klinkovský authored
      - if ValueType is a fundamental type, the Array behaves the same as
        before (allocated elements are initialized to indeterminate values)
      - otherwise, allocated elements are value-initialized using
        MemoryOperations::construct and destructed using
        MemoryOperations::destruct before their deallocation
      1d0bcfa4