-
Notifications
You must be signed in to change notification settings - Fork 450
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
Fix namespace pollution from std
and o2::constants
#11851
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense to me
Error while checking build/O2/fullCI for f6776a1 at 2023-09-25 11:22:
Full log here. |
Looks like |
Hi, I can do that. Let me see. |
Hi @Barthelemy , that would be very helpful. Thanks! |
Requires AliceO2Group/O2Physics#3505 |
All green except for the macOS build which seems to be broken for all PRs. Can we merge this? |
…11851) * Remove std namespace from CCDBDownloader.h * Remove std namespace from DataBlockBase.h * Remove math namespace from AnalysisDataModel.h * Clean TPCSimulation/Digitizer.h * Clean SACDecoder.h
Remove using directives in headers polluting the namespace with names from
std
ando2::constants
.Requires
std
ando2::constants
O2Physics#3423