Assert fails when destructing combination of GAlib objects

Hampton-Smith, Paul T [IBM GSA] Paul.Hampton-Smith at team.telstra.com
Sun Mar 24 18:09:09 EST 2002


This is a wild guess, but ~PartialGenome() probably should be virtual - is
it?

Also, a possible workaround for the template-within-a-template declaration.

Instead of 
	GA1DArrayGenome< GA1DArrayAlleleGenome<int> >

try 
	typedef GA1DArrayAlleleGenome<int> GA1DArrayAlleleGenomeInt;

then you can use 
	GA1DArrayGenome<GA1DArrayAlleleGenomeInt>

regards,
Paul Hampton-Smith




More information about the galib mailing list