Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • thehub thehub
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Flowee
  • thehubthehub
  • Merge requests
  • !22

Update MessageBuilder.h - add function didn't take size_t parameter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed justBCHit requested to merge justBCHit/thehub:justBCHit-master-patch-42973 into master May 24, 2021
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

The add function didn't have explicit support for the size_t argument type.

This resulted in:

thehub/libs/apputils/Blockchain.cpp:915:44: error: call of overloaded ‘add(Blockchain::HeaderTags, size_t&)’ is ambiguous
                 builder.add(JobRequestId, i);
                                            ^
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: justBCHit-master-patch-42973