Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use namespace std in Printout.cpp #1109

Merged
merged 2 commits into from
May 30, 2023

Conversation

paulgessinger
Copy link
Contributor

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.

BEGINRELEASENOTES

  • Remove using namespace std; in Printout.cpp

ENDRELEASENOTES

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.
@github-actions
Copy link

github-actions bot commented May 7, 2023

Test Results

       6 files         6 suites   4h 31m 55s ⏱️
   345 tests    344 ✔️ 0 💤 1
1 025 runs  1 024 ✔️ 0 💤 1

For more details on these failures, see this check.

Results for commit c1ac2d7.

@MarkusFrankATcernch MarkusFrankATcernch enabled auto-merge (rebase) May 30, 2023 17:19
@MarkusFrankATcernch MarkusFrankATcernch merged commit c280a27 into AIDASoft:master May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants