remove global "using namespace std" directives

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Trivial - P5
    • 4.1.9
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Fully Compatible
    • Dev Tools 2019-03-11
    • 78
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      We have a linter that complains about new "using namespace" instances.

      using namespace std; 

      These can create conflicts or unintended lookup results between std:: and our code's names.

      They are also a bad precedent to leave in our codebase as style examples.

      We can just get rid of them with some quick win regex work.

            Assignee:
            Billy Donahue
            Reporter:
            Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: