Skip to content
Snippets Groups Projects
Commit c280a272 authored by Paul Gessinger's avatar Paul Gessinger Committed by MarkusFrankATcernch
Browse files

Do not use namespace std in Printout.cpp

Fundamentally, I get compile errors because `__format` in the anonymous
namespace is shadowed by `std::__format`. Rather than renaming the
function, I just remove the `using namespace std;` and prefix all
relevant symbols in that file.
parent 3c5cb7e3
No related branches found
No related tags found
No related merge requests found
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