Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 181
    • Merge requests 181
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !47774

Merged
Created Oct 29, 2021 by Christos Anastopoulos@christosDeveloper

CorrectionCode do the same as AsgMessaging/StatusCode.h as far as [nodiscard] is concerned for the cling case

  • Overview 10
  • Commits 2
  • Pipelines 2
  • Changes 6

CorrectionCode do the same as AsgMessaging/StatusCode.h as far as [nodiscard] is concerned for the cling case

@krumnack and @akraszna this seems to help @turra with writing python tests.

AsgMessaging/StatusCode.h seems to be cling aware while CorrectionCode was not, cppyy seems to really making it very hard to respect it from a python code using the bindings.

Here I copy pasted from AsgMessaging/StatusCode.h to CorrectionCode.h

Edited Oct 31, 2021 by Christos Anastopoulos
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: CorrectionCode_as_StatusCode_for_cling_nodiscard