Closed cppfool closed 9 years ago
Correction: Declaration of move ctor is sufficient #403
make was extra word there.
Hello and thank you for the contribution! Unfortunately, gamgee is no longer under active development.
Regarding this change specifically, our standard is to explicitly specify all ctors. See the discussion at #131 for more information.
In C++14 declaration of Genotype's move ctor, Genotype(Genotype&&), renders Genotype's copy constructor and copy assignment operator deleted. We needn't do that.