From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10583 invoked by alias); 13 Sep 2004 23:40:04 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10576 invoked by uid 48); 13 Sep 2004 23:40:04 -0000 Date: Mon, 13 Sep 2004 23:40:00 -0000 Message-ID: <20040913234004.10574.qmail@sourceware.org> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040913213750.17470.austern@apple.com> References: <20040913213750.17470.austern@apple.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17470] Visibility attribute ignored for explicit template instantiation X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg01451.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-09-13 23:40 ------- May I remark that I would find it quite odd to have attributes for functions on a template _instantiations_? I would think that the attribute should be at either the declaration or the definition. I understand that this precludes giving different instantiations different visibility, but it would make the system somewhat less odd... W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17470