merging all stl containers of pointer objects

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi GCC Folks,

I'd like to reduce the number of STL instances in a
large project by merging all vector<T*> to be
vector<void*> under the hood with just some type
checking.  I know I can do this through a series of
derived classes, but it seems like there should be an
easier way to do this (optimally GCC could be smart
enough to do this for me).  Any ideas?


      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux