framework icon indicating copy to clipboard operation
framework copied to clipboard

Remove direct creation of Array and Array2

Open grospelliergilles opened this issue 4 years ago • 0 comments

There are still parts of code where we directly build instance of Array or Array2:

  • [ ] in Array::clone()
  • [ ] in Array2::clone()
  • [ ] in CaseOptionMultiSimpleT because we derive from ArrayView<Array<T>>.
  • [ ] in constructors of Array2 which are public.
  • [ ] change the return type of the generated get* functions in axl header.

These methods has to be removed.

grospelliergilles avatar Nov 09 '21 07:11 grospelliergilles