google / private-join-and-compute

Apache License 2.0
792 stars 138 forks source link

Improve util/status_macros.h with ifdef guards. #29

Closed efoxepstein closed 3 years ago

efoxepstein commented 3 years ago

This also uses operator* instead of .value() to access the value of a StatusOr known to be OK as per guidance in https://abseil.io/tips/181.