RigelEngine icon indicating copy to clipboard operation
RigelEngine copied to clipboard

Remove file scope `using namespace std` declarations

Open lethal-guitar opened this issue 3 years ago • 0 comments

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.

lethal-guitar avatar Feb 06 '22 23:02 lethal-guitar