nix icon indicating copy to clipboard operation
nix copied to clipboard

NDSizeBase::ctor code duplication

Open gicmo opened this issue 9 years ago • 0 comments

With pull request #500 we have duplicated code in the NDSizeBase(std::initializer_list<U> args) and the NDSizeBase(const std::vector<U> &args) constructor. We should some get rid of this one way or the other. Maybe an additional constructor that takes NDSizeBase(const std::valarray<U> &args) that other ctors delegate to could help.

gicmo avatar Jun 06 '15 15:06 gicmo