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

2021-09-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36274 --- Comment #6 from Jonathan Wakely --- I think it should be closed as WONTFIX, we're not going to implement the proposal.

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

2021-08-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36274 --- Comment #5 from Andrew Pinski --- I think C++ modules will fix this.

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

2008-05-20 Thread bursig at gmail dot com
--- 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 k

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

2008-05-20 Thread bursig at gmail dot com
--- Comment #3 from bursig at gmail dot com 2008-05-20 16:07 --- (In reply to comment #1) > -frepo is/was supposed to deal with this > As I know -frepo simple force -fno-implicit-templates which rip all template instantion from all objects and produce additional special files which are

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

2008-05-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-05-20 13:10 --- 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 -- http://gcc.gnu.org/bugzilla/show_

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

2008-05-20 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-05-20 12:42 --- -frepo is/was supposed to deal with this -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36274