google / cel-cpp

Fast, portable, non-Turing complete expression evaluation (C++)
https://cel.dev
Apache License 2.0
159 stars 47 forks source link

Propagate `proto2::Arena*` and simplify by using `Owner` and `Borrower` to implement `Owned<T>` and `Borrowed<T>` #807

Closed copybara-service[bot] closed 3 days ago

copybara-service[bot] commented 3 days ago

Propagate proto2::Arena* and simplify by using Owner and Borrower to implement Owned<T> and Borrowed<T>