Minor new features and tweaks
In this release:
- Added
operator->
support toresult<T>
; - Added a new example to demonstrate using LEAF with
outcome::result<T>
instead ofleaf::result<T>
; LEAF_AUTO
uses.value()
instead ofoperator*
to access the value of aresult<T>
type;- Fixed a bug in the single header generation script, now headers are included only once;
- Documentation fixes and refinements.