This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/36274] Please improve usage of template libs.



------- Comment #4 from bursig at gmail dot com  2008-05-20 16:21 -------
(In reply to comment #2)
> Also you might want want to look into the GCC extension (to C++98/C++03) called
> extern template whch does the same thing.  Note it is being added to C++0x
> already.
> 
> -- Pinski
> 
Yes I know about it and I use it but in large project many libs come form
another teams or another vendors who simple are not interested in such build
time optimizations.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36274


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]