Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A amdis-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • amdis
  • amdis-core
  • Merge requests
  • !48

Add explicit return type for lambdas

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Praetorius, Simon requested to merge feature/lambda_return_Type into master May 06, 2019
  • Overview 0
  • Commits 1
  • Changes 6

If there is an error within a lambda in a recursive hierarchy of calls, the return type might not be extracted correctly and I get an additional error using xyz before deduction of auto or something similar. This might be reduced, by explicitly stating the return type of a lambda if known.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/lambda_return_Type