Skip to content

v0.7.1

Compare
Choose a tag to compare
@cschreib cschreib released this 20 Sep 16:38
· 108 commits to main since this release
c82b3cd

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 default unique or sealed).
  • 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.