-
Tor Didriksen authored
Classes ilink, base_ilist and base_ilist_iterator were not type-safe, so at high optimization levels, the ilink inheritance corrupted the THD objects. Templatizing these classed with typed pointers solved the problem.
Tor Didriksen authoredClasses ilink, base_ilist and base_ilist_iterator were not type-safe, so at high optimization levels, the ilink inheritance corrupted the THD objects. Templatizing these classed with typed pointers solved the problem.
Loading