v0.4.1
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