Skip to content
  • John Marshall's avatar
    Move "using namespace std" after #includes · 3658be13
    John Marshall authored
    ...so that namespace "std" already exists when we try to use it,
    as it will have been declared by the standard headers #included.
    Doing otherwise elicits a warning from Clang.
    3658be13