Skip to content

Proxy 3.2.0 Release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 02:29
f220768

What's Changed

New Features

Other Notable

Full Changelog

3.1.0...3.2.0

  • Improve the release pipeline by @tian-lt in #210
  • Update CMakeLists.txt to the latest version by @tian-lt in #211
  • Revise design of conversion_dispatch by @mingxwa in #212
  • Suppress unexpected compiler warnings by @mingxwa in #215
  • Fix ADL for free function accessors by @mingxwa in #220
  • Fix typo in implicit_conversion_dispatch.md by @mingxwa in #216
  • Add support for proxy_view and complementary infrastructure by @mingxwa in #218
  • Add direct support for RTTI by @mingxwa in #221
  • Fix the std::in_place_type_t overload for SFINAE-unsafe facades by @mingxwa in #223
  • Replace macro PRO_DEF_WEAK_DISPATCH with class template weak_dispatch by @mingxwa in #224
  • Simplify proxy_invoke and proxy_reflect by @mingxwa in #226
  • Feature: Support for std::format by @mingxwa in #228
  • Revise spec for version 3.2 by @mingxwa in #231