This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18267] external linkage of functions declared in an anonymous namespace
- From: "TazForEver at dlfp dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Nov 2004 00:48:14 -0000
- Subject: [Bug c++/18267] external linkage of functions declared in an anonymous namespace
- References: <20041101183010.18267.TazForEver@dlfp.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From TazForEver at dlfp dot org 2004-11-02 00:48 -------
i understand your point of view though i'm not happy with g++ behaviour. A
function with external linkage that can't be called seems like an oxymoron to
me. This makes my library very big. i had to mark a lot of functions inline to
get the behaviour i expect. But it is hard to manage. I have lo live with it.
Thanks for your explanation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18267