Merge pull request #11 from lioncash/default

operand: Append default to the default constructor
This commit is contained in:
ReinUsesLisp 2019-03-14 03:53:31 -03:00 committed by GitHub
commit d5c37d242a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
namespace Sirit {
Operand::Operand() {}
Operand::Operand() = default;
Operand::~Operand() = default;