This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
internal error with 1.1.1
- To: egcs@egcs.cygnus.com
- Subject: internal error with 1.1.1
- From: Miniussi <miniussi@ilog.fr>
- Date: Tue, 23 Feb 1999 14:38:33 +0100
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- Sender: owner-egcs@egcs.cygnus.com
- Sender: miniussi@ilog.fr
The following code produce an internal error.
Does anyone knows if it's fixed in the 1.1.2 ?
Thanks,
Alain
template<class H>
struct Y {
template<void (*m)(H)> struct S {};
};