Skip to content

v0.4.0

Compare
Choose a tag to compare
@cschreib cschreib released this 11 Nov 19:47
· 237 commits to main since this release
b697b94

Main changes:

  • Added enable_observer_from_this.
  • Fixed operator=(const T&) and swap(T&) not handling self-assignment and self-swap correctly.
  • Fixed mismatched new[]/delete warnings in valgrind.

Small changes and bug fixes:

  • Added code coverage tests.