This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/21405] Template inlines have global visibility
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 May 2005 15:10:35 -0000
- Subject: [Bug libstdc++/21405] Template inlines have global visibility
- References: <20050505214934.21405.mike@navi.cx>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2005-05-31 15:10 -------
You can't use -fvisibility-inlines-hidden or otherwise you'll get linker errors
if the compiler later decides not to inline those functions. I don't think you
can win.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21405