v0.4.0
Main changes:
- Added
enable_observer_from_this. - Fixed
operator=(const T&)andswap(T&)not handling self-assignment and self-swap correctly. - Fixed mismatched
new[]/deletewarnings in valgrind.
Small changes and bug fixes:
- Added code coverage tests.