Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 198
    • Issues 198
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 52
    • Merge requests 52
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !2225

Modernize DetDesc

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gerhard Raven requested to merge prefer-compile-time-over-run-time-error into master Nov 24, 2019
  • Overview 14
  • Commits 1
  • Pipelines 7
  • Changes 9
  • replace run-time execption with compile-time static_assert
    • and fix the UT code that would trigger the exception
  • use GaudiUtils::ostream_joiner directly instead of a local copy of the code
  • prefer std::string_view in interfaces
  • prefer pass-by-value-followed-by-std::move over pass by const reference + copy
  • remove pragmas for Intel compiler
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: prefer-compile-time-over-run-time-error