Skip to content

v0.4.0

Compare
Choose a tag to compare
@Tessil Tessil released this 17 Sep 21:01
· 95 commits to master since this release

This release introduce a minor backward incompatibility by moving the headers files.

  • Move the header files from tsl to include/tsl for more coherence with other C++ libraries.
  • For CMake users, add an exported target tsl::robin_map to be used with target_link_libraries.
  • Fix issue #6 by circumverting a bug in MSVC on insert when using a pointer as type in a set. The bug resulted in an infinite recursion inside the insert function. (#7)