THUKEG / saedb

the SAE platform
http://thukeg.github.com/saedb/
11 stars 19 forks source link

Never use `using namespace`s in headers #27

Closed thinxer closed 11 years ago

thinxer commented 11 years ago

Like this one:

https://github.com/THUKEG/saedb/blob/master/src/saedb/graph.hpp#L12

This will pollute the global namespace and cause problems in the future.