Skip to content

Proxy 1.1.0 Release

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 13:52
· 0 commits to 0b5ecfab3877f1f57df633bb0e68c8c4111bfd86 since this release

Updated implementation for P0957R9. Changes are:

  • Added constraints of pointer types that are eligible to proxy, requiring dereference from a const lvalue reference.
  • Updated the implementation of concept proxiable.
  • Added const qualifier to proxy::invoke().