Skip to content

Alpha 2-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jharmer95 jharmer95 released this 20 Oct 23:24
· 35 commits to main since this release
f64cb89
  • Adds support for pointer parameters
    • To call functions with pointer parameters, the macro RPC_HPP_ENABLE_POINTERS must be defined
    • Pointers in your API should be avoided at all costs however as they have overhead and can still result in bounds access errors for clients and servers
  • Also improves the build experience w/ Conan and addresses the incompatibility with Catch v3