This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Please close PR c++/45


Peter Schmid wrote:-

> template <int N, char C>
> class NumPromote< Int<N>, Char<C> > {
> public:
>     typedef Int<N> val;
>     typedef Int<C> val1;
> };

Nope, still fails for me.  You have some lines missing.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]