OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
497 stars 136 forks source link

Update submodule to the latest version of Google DP library and fix compilation #427

Closed dvadym closed 2 years ago

dvadym commented 2 years ago

Compilation fixes: Google DP library started using absl::StatusOr instead of custom StatusOr.

Note: src/bindings/PyDP/base/status.cpp is deleted, because only absl::StatusOr is used