Skip to content

Refactor out redundant namespace resolution (::) for std #341

@kbuffardi

Description

@kbuffardi

The code is becoming redundant and verbose with a lot of explicit uses of the standard library namespace.

Let's replace the std:: inline namespace resolution with using std:: commands for the following:

  • endl
  • cin
  • cout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions