framework
framework copied to clipboard
Remove direct creation of Array and Array2
There are still parts of code where we directly build instance of Array or Array2:
- [ ] in
Array::clone() - [ ] in
Array2::clone() - [ ] in
CaseOptionMultiSimpleTbecause we derive fromArrayView<Array<T>>. - [ ] in constructors of
Array2which arepublic. - [ ] change the return type of the generated
get*functions in axl header.
These methods has to be removed.