Skip to content
Snippets Groups Projects

Make Rndm::Numbers methods const

Merged Marco Clemencic requested to merge clemenci-master-patch-07952 into master

Trying to use Rndm::Numbers in a Gaudi::Functional algorithm I found that the methods are non-const while the underlying corresponding methods (in GaudiSvc) are const.

To be noted that all those const qualifiers are not actually ensuring any level of thread safety, as all the const-ness is nicely swiped away by the fact the we use the PIMPL pattern via pointers.

Merge request reports

Pipeline #4012738 passed

Pipeline passed for 1131015c on clemenci-master-patch-07952

Approved by

Merged by Marco ClemencicMarco Clemencic 2 years ago (May 31, 2022 9:50am UTC)

Merge details

  • Changes merged into master with 5981808a.
  • Deleted the source branch.

Pipeline #4038033 passed

Pipeline passed for 5981808a on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading