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

Clean-ups #401

Closed dvadym closed 2 years ago

dvadym commented 2 years ago

This PR contains:

1.Removing using namespace std (prohibited by Google C++styleguide) 2.Removed unused file helper_class.hpp 3.Added #include "proto/data.pb.h" for proto.cc (since Output proto in data.pb.h)