Provide virtual destructors as gcc-4 barks heavily otherwise
This commit is contained in:
parent
54a3b8d10e
commit
88a3a641c6
2 changed files with 14 additions and 5 deletions
|
|
@ -46,6 +46,9 @@ public :
|
|||
current = dest.end();
|
||||
}
|
||||
|
||||
/** @brief Virtual Constructor */
|
||||
virtual ~eoPopulator() {};
|
||||
|
||||
struct OutOfIndividuals {};
|
||||
|
||||
/** a populator behaves like an iterator. Hence the operator*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue