Alpha 2-2
Pre-release
Pre-release
- 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
- To call functions with pointer parameters, the macro
- Also improves the build experience w/ Conan and addresses the incompatibility with Catch v3