1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Hadrons: mitigation of GCC/Intel compiler bug not generating defaulted destructors

This commit is contained in:
2018-04-24 17:20:25 +01:00
parent 7c4533797f
commit b25a59e95e
41 changed files with 42 additions and 42 deletions

View File

@ -77,7 +77,7 @@ public:
// constructor
TTestSeqConserved(const std::string name);
// destructor
virtual ~TTestSeqConserved(void) = default;
virtual ~TTestSeqConserved(void) {};
// dependency relation
virtual std::vector<std::string> getInput(void);
virtual std::vector<std::string> getOutput(void);