Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 143
    • Merge requests 143
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !51962

Merged
Created Apr 05, 2022 by Christos Anastopoulos@christosDeveloper

ISF Transport Tool. Use unique_ptr

  • Overview 5
  • Commits 2
  • Pipelines 2
  • Changes 1

ISF Transport Tool. Use unique_ptr

This is the other "side" of !51950 (merged) Ideally, all steps inbetween will go to unique_ptr like is the case for the std Extrapolator call chain. But will need to be done into steps.

ping @tcuhadar , @jchapman , @sroe

In this case note that both

-   // NB: don't delete eParameters, it's memory is managed inside the extrapolator
- delete eParameters;

are removed , this is indicative of the ownership issue I guess earlier developers were facing ...

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ISF_Transport_tool_unique_ptr