Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile errors in the server and client. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 31, 2021

  1. Fix compile errors in the server and client.

    The client needs to define the type of struct since instances were already allocated in the definition of the grpc_metadata array. Also, the default nullptr's can be removed from the nested obfuscated struct's creation in the same statement.
    
    The server needs to undef the Free macro defined by Rcpp so it can be defined by absl low_level_alloc later.
    Joshua Harrison committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    4d7f580 View commit details
    Browse the repository at this point in the history