calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

Removed all using namespace directives #117

Closed felipealmeida closed 6 years ago

felipealmeida commented 8 years ago

Removes all using namespace directives which are harmful for readability and are liable for name clashes.

Since the using namespace directives were in headers, this meant the using directives were leaking types to global namespace for all translation units.