[Bug c++/35394] Agressive template instantiation?
--- Comment #1 from proy at clg dot qc dot ca 2008-03-04 04:28 --- For those interested: it might help to know that, on all g++ compilers that I know of and that have this bug (at least from my understanding of the situation), one could replace template class not_compilable
[Bug c++/35394] New: Agressive template instantiation?
out << factorial<-3>::value; // should not compile } -- Summary: Agressive template instantiation? Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedT