KevinMottashed / OfficeSlingshot3D

Video conferencing system with haptic interface and slingshots.
4 stars 2 forks source link

Remove using namespace std from headers #103

Closed KevinMottashed closed 14 years ago

KevinMottashed commented 14 years ago

This is a bad practice as the directive will also apply to all other files that include that header. Putting it in implementation files is fine.

KevinMottashed commented 14 years ago

I searched all headers for "using namespace" and didn't find anything.