Releases: martinus/unordered_dense
Releases · martinus/unordered_dense
v4.0.1
v4.0.0
v3.1.1
Direct download: unordered_dense.h
What's Changed
- Fix min/max macro compilation error by @sb362 in #69
- A few more min&max fixes. Bump version, create a test that includes Windows.h by @martinus in #70
New Contributors
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Direct download: unordered_dense.h
What's Changed
- If
__GNUC__
, check if exceptions are enabled before using them by @chriselrod in #60 - Bump version to 3.1.0, code cleanup by @martinus in #64
New Contributors
- @chriselrod made their first contribution in #60
Full Changelog: v3.0.2...v3.1.0
v3.0.2
Direct download: unordered_dense.h
What's Changed
- add libc++ compatibility by checking for <experimental/memory_resource> by @justusranvier in #57
- bump version to 3.0.2 for libc++ pmr fix by @martinus in #59
New Contributors
- @justusranvier made their first contribution in #57
Full Changelog: v3.0.1...v3.0.2
v3.0.1
v3.0.0
v2.0.2
v2.0.1
Direct download: unordered_dense.h
What's Changed
- CMakeLists.txt: fix .cmake install path for better compatibility by @vowstar in #41
- Use reserve() in table's constructor by @martinus in #46
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Direct download: unordered_dense.h
Note: Bumped version to 2.0.0 due to incompatible API change with custom containers
What's Changed
- Update README.md with better Heterogenous lookup description by @martinus in #37
- Fix constructors for custom container by @martinus in #40
Full Changelog: v1.4.0...v2.0.0