v0.7.1
Small changes and bug fixes:
- Fixed
enable_observer_from_this*
with policies that do not guarantee the existence of a block (i.e., custom policies that are not the defaultunique
orsealed
). - Fixed leaks for non-sealed pointers, when allocation of the control block fails in the constructor or in
reset()
. - Fixed
make_observable*()
not aware of alignment constraints. - Added early
static_assert
to catch misuse and generate clearer error messages. - Various typos fixed, and documentation improved.