C
Christoph Rabel
Hi!
There is a small bug in VC7.1, the following code doesnt
compile while it should:
----
namespace Test {
template <long l> class foo { };
void Func(int& foo);
}
void Test::Func(int& foo) {
}
int main {}
----
It gives the following error (sorry, german)
error C2955: 'Test::foo': für die Verwendung einer
Vorlagenklasse ist eine Vorlagen-Argumentliste erforderlich
Just wanted to let you know,
Christoph
There is a small bug in VC7.1, the following code doesnt
compile while it should:
----
namespace Test {
template <long l> class foo { };
void Func(int& foo);
}
void Test::Func(int& foo) {
}
int main {}
----
It gives the following error (sorry, german)
error C2955: 'Test::foo': für die Verwendung einer
Vorlagenklasse ist eine Vorlagen-Argumentliste erforderlich
Just wanted to let you know,
Christoph