hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
<K-ballo>
I don't know catches of using an int
<K-ballo>
> When we were using interfaces, we could store an instance of each of Cow, Pig and Dog in an array of Animal
<K-ballo>
not _exactly_, it's storing pointers to those instances, not the actual instances themselves, that'd be impossible just as it is with templates
<K-ballo>
you can store type-erased pointer-like types with templates, just as well
<K-ballo>
the subsequent part on template bloat is fair though