NDSizeBase::ctor code duplication
Open
enhancement
- Dominant language
- C++
- Stars
- 72
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
With pull request #500 we have duplicated code in the `NDSizeBase(std::initializer_list args)` and the `NDSizeBase(const std::vector &args)` constructor. We should some get rid of this one way or the other. Maybe an additional constructor that takes `NDSizeBase(const std::valarray &args)` that other ctors delegate to could help.
Contributor guide
Assessment
This issue has not been assessed yet.