Bug#1873: marked as done (Nested classes [14:18,03.09.99]) by Ralf Nolden <nolden at kde.org>

Stephan Kulow owner at bugs.kde.org
Fri Jan 26 09:18:07 UTC 2001


Your message dated Fri, 26 Jan 2001 10:18:57 +0100
with message-id <01012610185703.05786 at unixware>
and subject line (no subject)
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 3 Sep 1999 13:23:59 +0000
>From mms at torga.iscte.pt Fri Sep  3 15:23:59 1999
Received: from torga.iscte.pt ([193.136.188.110]:40968 "EHLO torga.iscte.pt")
	by max.tat.physik.uni-tuebingen.de with ESMTP id <S743375AbPICNX6>;
	Fri, 3 Sep 1999 15:23:58 +0200
Received: (from mms at localhost)
	by torga.iscte.pt (8.9.3/8.9.3) id OAA28587
	for submit at bugs.kde.org; Fri, 3 Sep 1999 14:24:24 +0100
Date:   Fri, 3 Sep 1999 14:24:24 +0100
From:   Manuel Menezes de Sequeira <mms at torga.iscte.pt>
Message-Id: <199909031324.OAA28587 at torga.iscte.pt>
To:     submit at bugs.kde.org
Subject: Nested classes [14:18,03.09.99]
Return-Path: <mms at torga.iscte.pt>
X-Orcpt: rfc822;submit at bugs.kde.org


Package: kdevelop
Version: 1.0beta2
Severity: normal

Bugreport ID : 14:18,03.09.99

Originator	: Manuel Menezes de Sequeira
E-Mail	: Manuel.Sequeira at iscte.pt

Subject : Nested classes

Error Class	: software bug
Error Location: class tree
Priority	: low
Bug Description ---------------------------

Classes nested inside template classes and defined out of 
them don't appear in the class view.

How to repeat the error -------------------

Try with:
template<class I> 
class A {
    public: 
        class B;
};

template<class I>
class A<I>::B {
};

Bugfix or Workaround ----------------------

Define nested classes inside their enveloping template class.

System Information ------------------------

KDevelop version	: 1.0beta2
KDE version		: 1.1.1-1
QT version		: 1.44-6
OS/Distribution	: Linux Redhat 6.0
Compiler		: egcs 1.1.2-12


-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list