Since 4/5/2012 6:43:13 AM, chokidar has written 2 articles and participated in 0 conversations. chokidar signature: chokidar
chokidar's articles:
Items(2) /1
template template specialization7263 (9/24/2004 3:43:35 PM) comp.lang.c++.moderated Hello, I get an error on Visual Studio 7.1 when I try to compile the following code: 1 template 2 struct DerivedFrom { 3 typedef Nulltype Base; 4 }; 5 6 template class Derived> 7 struct DerivedFrom > ... chokidar
compile error on VC 7.126101 (6/3/2004 11:20:46 AM) comp.lang.c++.moderated Hello, I get the following error on VC 7.1: error C2228: left of '.doSomething' must have class/struct/union type type is 'overloaded-function' with this code: class A { public: A() {} c... chokidar