Skip to content

v0.6.0

Compare
Choose a tag to compare
@Hackerpilot Hackerpilot released this 12 Jan 20:48
· 157 commits to master since this release
b94053e

Changes from 0.5.3:

  • Checks added to DynamicArray.insert() to avoid calling destructors on uninitialized array elements
  • Added DynamicArray.reserve()
  • Added HashMap.getOrAdd()
  • Made hash storage for HashMap and HashSet explicitly configurable through a template parameter.
  • Changed the return type of HashMap.opBinaryRight!"in"(). It now returns a pointer instead of bool.
  • Changed the return type of UnrolledList.insertBack. It now returns a pointer to the added item instead of void.
  • Changed an implementation detail that should improve the behavior of containers containing delegates.
  • Separated 32-bit and 64-bit test runs in test/makefile

economicmodeling/containers@v0.5.3...v0.6.0