aappleby / smhasher

Automatically exported from code.google.com/p/smhasher
2.63k stars 467 forks source link

Use typedefs instead macros definitions when some type alias declared #68

Open kuler94 opened 5 years ago

kuler94 commented 5 years ago

Better use typedef or using keyword instead of macro definitions in places like this https://github.com/aappleby/smhasher/blob/master/src/PMurHash.h#L46 to prevent user's namespaces pollution