G
Guest
Hi
Not sure if this is covered already - it looks similar but not identical to a couple of others mentioned here. I'm doing this because the derived class needs to take some parameters in it's constructor even though the example below does not do this. If anyone can think of a workaround, I'd love to hear it
// Causes internal compiler error in vc7.0 and vc7.
template< class B
struct D : public B
D:( ) {
}
test2003.cpp(7) : fatal error C1001: INTERNAL COMPILER ERRO
(compiler file 'msc1.cpp', line 2701)
If you're going to email, please not the intentionally misspelled address
Not sure if this is covered already - it looks similar but not identical to a couple of others mentioned here. I'm doing this because the derived class needs to take some parameters in it's constructor even though the example below does not do this. If anyone can think of a workaround, I'd love to hear it
// Causes internal compiler error in vc7.0 and vc7.
template< class B
struct D : public B
D:( ) {
}
test2003.cpp(7) : fatal error C1001: INTERNAL COMPILER ERRO
(compiler file 'msc1.cpp', line 2701)
If you're going to email, please not the intentionally misspelled address