Skip to content

Releases: microsoft/proxy

Proxy 1.1.0 Release

15 Sep 13:52

Choose a tag to compare

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().

Proxy 1.0.1 Release

25 Jun 05:56

Choose a tag to compare

@tian-lt Updated toolchain support including CMake and GitHub action to facilitate consumption from other projects.

proxy (2018.2.12 - 2022.6.15)

15 Jun 06:15
b0f3e8e

Choose a tag to compare

Pre-release

This release implements P0958R8 with some known issues mentioned in the spec. @mingxwa authored "proxy.h" and the unit tests. @tian-lt was the reviewer of all the P0957R8 implementation details and made the major contribution in setting up the build system including the pipelines.