Skip to content

v0.4.1

Compare
Choose a tag to compare
@cschreib cschreib released this 13 Nov 14:00
· 224 commits to main since this release
a1c175e

Small changes and bug fixes:

  • Fixed observable_unique_ptr::reset(T*) incorrectly marked noexcept.
  • Fixed enable_observable_from_this not supporting multiple inheritance, or storage in base-class owner pointer.
  • Decreased memory usage of enable_observable_from_this.
  • Added explicit checks against T[] since arrays are not supported.
  • Fixed documentation errors