Skip to content
Snippets Groups Projects
Commit 5fc981c1 authored by John Marshall's avatar John Marshall
Browse files

Move "using namespace std" after #includes

...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.
parent b877b350
No related branches found
No related tags found
Loading
Showing
with 27 additions and 39 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment