lethal-guitar / RigelEngine

A modern re-implementation of the classic DOS game Duke Nukem II
GNU General Public License v2.0
914 stars 60 forks source link

Remove file scope `using namespace std` declarations #826

Closed lethal-guitar closed 8 months ago

lethal-guitar commented 2 years ago

There are a few places in the code that feature using namespace std at top-level file scope. These should be removed and replaced with either full qualification, or function scope using declarations.