VC 6.0 unrecognizable template declaration/definition
"Stijn Oude Brunink" <[email protected]> Wed, 3 Nov 2004 10:42:06 +0100
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I,m trying to use mtl-2.1.2-20 under VC 6.0 and trying to compile the
following
#include "stdafx.h"
#include "mtl.h"
using namespace mtl;
int main(int argc, char* argv[])
{
return 0;
}
I have defined USE_BLAIS so blais.h will be included. I get the following
errors
d:\libs\mtl-2.1.2-20\mtl\blais.h(134) : error C2989: '__recur_set<0,N>' :
template class has already been defined as a non-template class
d:\libs\mtl-2.1.2-20\mtl\blais.h(134) : error C2988: unrecognizable template
declaration/definition
At http://support.microsoft.com/kb/240866/EN-US/ micrsoft says it's a bug in
their product. May I conclude now that MTL does not work for VC 6.0 or is
there a work around?
thanks for the replies
stijn
_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/