async_grpc/async_grpc/rpc.h:61:19: error: expected unqualified-id before numeric constant
enum Action { DELETE , DO_NOT_DELETE };
async_grpc/async_grpc/rpc.h:67:33: error: expected ')' before 'action'
explicit EventDeleter(Action action) : action_(action) {}
async_grpc/async_grpc/rpc.h:61:19: error: expected unqualified-id before numeric constant
enum Action { DELETE , DO_NOT_DELETE };
async_grpc/async_grpc/rpc.h:67:33: error: expected ')' before 'action'
explicit EventDeleter(Action action) : action_(action) {}