PDLdeLange

Results 2 comments of PDLdeLange

> 3. Use `use namespace std;`, there should be no `std::string` in the code. The problem with putting using namespace in the header files of your classes is that it...

Another thing to consider is adding namespaces to your project, e.g. namespace casbin { .. } in each file. This will prevent conflicts with other projects.