This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13081] [3.3/3.4 regression] forward template declarations in <complex> let inlining fail
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2003 17:24:05 -0000
- Subject: [Bug c++/13081] [3.3/3.4 regression] forward template declarations in <complex> let inlining fail
- References: <20031117000602.13081.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-25 17:24 -------
The problem is that the followard template declaration:
template<typename T> T foo(T);
Causes all template functions not be defined as inline.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-12-16 20:31:48 |2003-12-25 17:24:05
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13081