Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D
dune-istl
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Core Modules
  • dune-istl
  • Merge Requests
  • !90

Merged
Opened Apr 20, 2017 by Ansgar Burchardt@ansgarOwner
  • Report abuse
Report abuse

Use correct type for second template argument of `std::array`

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Using unsigned long instead of size_t only works on architectures where the two types are identical, but not on, for example, i386. On architectures where the types differ, the generic version would be used instead of the specialization for std::array.

Bug-Debian: https://bugs.debian.org/860666

Assignee
Assign to
DUNE 2.6.0
Milestone
DUNE 2.6.0
Assign milestone
Time tracking
1
Labels
bug
Assign labels
  • View project labels
Reference: core/dune-istl!90
Source branch: bugfix/build-failure-on-i386

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.