Skip to content

DPL Analysis: Fix DECLARE_SOA_CCDB_COLUMN_FULL's default construcor w… - #15679

Open
mhemmer-cern wants to merge 1 commit into
AliceO2Group:devfrom
mhemmer-cern:fix-ccdb-column
Open

DPL Analysis: Fix DECLARE_SOA_CCDB_COLUMN_FULL's default construcor w…#15679
mhemmer-cern wants to merge 1 commit into
AliceO2Group:devfrom
mhemmer-cern:fix-ccdb-column

Conversation

@mhemmer-cern

@mhemmer-cern mhemmer-cern commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

…hich was firing cppcoreguidelines-pro-type-member-init in O2Physics code when used.
The concrete error was: Constructor does not initialize these bases: Column

…hich was firing `cppcoreguidelines-pro-type-member-init` in O2Physics code when used
@mhemmer-cern
mhemmer-cern requested a review from a team as a code owner August 14, 2026 08:54
@mhemmer-cern

Copy link
Copy Markdown
Contributor Author

This got triggered when the clang-tidy settings in O2Physics got changed: AliceO2Group/O2Physics#16868

@mhemmer-cern

Copy link
Copy Markdown
Contributor Author

Hello @ktf @aalkin ,
Could you have a look at this please?

@ktf

ktf commented Aug 15, 2026

Copy link
Copy Markdown
Member

Isn't this an issue with the linter?

@mhemmer-cern

Copy link
Copy Markdown
Contributor Author

I mean yeah sure it was clang-tidy that stated the issue. From my understanding this way Column is not left not initialize. I don't know if the default constructor is an actual problem that needs fixing, but if it silents the linter, shouldn't it be fine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants