Yesterday I ran into a g++ (3.4.6) compiler problem for code that I have been compiling without a problem using the Intel (9.0) compiler. Here\'s a code snippet that shows w
template class A {}; typedef A(1>0)> B;//buggy int main() { B b; }