What's Changed
- Replaced
basic_facade_builder::add_view<F>
intosupport_view
without requiring a template argument. - Reduced the semantics of
proxy_view
. - Added type
facade_aware_overload_t
. It allows specifying a facade-aware overload template (required for the implementation ofbasic_facade_builder::support_view
). - Revised the ProOverload requirements.
Full Changelog
- Improve documentation formatting by @mingxwa in #235
- Improve documentation formatting by @mingxwa in #236
- Add support for facade-aware overloads by @mingxwa in #239
- Code cleanup by @mingxwa in #251
- Fix
swap
for trivial proxy by @mingxwa in #249 - Improve
proxy_view
by @mingxwa in #241 - Bypass proxiability check in unresolved context by @mingxwa in #255
- Update version in CMake by @mingxwa in #256