mongoose-cpp
mongoose-cpp copied to clipboard
Remove use of macros
This pull request removes the only two macros used in this project. This has the advantages of:
- Not using macros anymore
- Not forcing the user to use "using namespace Mongoose" which is a very bad code smell in my opinion
Since this break the compatibility, if you don't want it, could you at least qualify all the names used inside the macro with Mongoose:: ? So that the user is not forced to use complete namespaces...