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




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 {};
};