Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3228

fixes for gcc11

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gerhard Raven requested to merge fix-issue-150 into master Sep 04, 2021
  • Overview 10
  • Commits 5
  • Pipelines 21
  • Changes 13
  • fixes #150 (closed): tweak meta_enum to be constexpr with gcc11
  • add missing include
  • make sure zip iterators really satisfy the random access iterator concept. Specifically, for an iterator iter, the offset dereference operator, iter[n] should exist, and be equal to *(iter+n). See here.
Edited Sep 06, 2021 by Gerhard Raven
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-issue-150