public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* merging all stl containers of pointer objects
@ 2008-01-11 11:25 Aliesha Finkel
  0 siblings, 0 replies; only message in thread
From: Aliesha Finkel @ 2008-01-11 11:25 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-10  5:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-11 11:25 merging all stl containers of pointer objects Aliesha Finkel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).