From: Ben S. <bs...@ia...> - 2003-02-16 00:43:59
|
GMTL does not compile with VC6 because it does not support standard C++. As you are seeing, VC6 basically does not handle templates at all. If you want to compile on windows, use VC7 (.NET). -Ben Ben Thompson wrote: > Have you had problems compiling the cvs version of gmtl on windows via > Visual C++ 6.0? I'm having issues with overloaded template functions > that have different template definitions and/or same number of > parameters in both the template definition and function definition. > To put it plainly, MS compilers complain ALLOT. Some errors it says > that there are multiple definitions of the template function, in other > cases, it just won't match up the right template function call to the > appropriate template function implementation. > > I'll let you know more as I figure this out... > > -Ben > |