mirror of https://github.com/mosra/magnum.git
Browse Source
And this, this change allows the growable Array to use malloc() instead of new, and thus also realloc(), saving unnecessary reallocations if the memory can be grown in-place. All because Containers::Pair is trivially copyable while std::pair wasn't. There isn't any good reason to use the STL anymore.pull/499/head
3 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue