[macstl-dev] linker error on VC7

Glen Low glen.low at pixelglow.com
Sun Feb 27 13:10:09 WST 2005

  • Previous message: [macstl-dev] linker error on VC7
  • Next message: [macstl-dev] linker error on VC7
  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]


On 27/02/2005, at 12:47 PM, Kyle Hegeman wrote:

> Hello all,
>
> I've been experiencing linker errors on VC7 using macstl.  Here is a
> simple example of something that doesn't work for me.  Adding the
> following code in a new cpp file to the benchmark project:

IIRC, VC 7.0 corresponds to Visual C++ .NET 2000 (or 2001?), but macstl 
is only qualified to work with VC 7.1 which corresponds to Visual C++ 
.NET 2003. 2003 has far better support for modern C++ especially 
template partial specialization, and macstl won't work without that 
feature.

Have you managed to get the benchmark or vectest suites to compile on 
your IDE? The linker errors do look as if it's having problems with 
partial specializations.

Cheers, Glen Low


---
pixelglow software | simply brilliant stuff
www.pixelglow.com




  • Previous message: [macstl-dev] linker error on VC7
  • Next message: [macstl-dev] linker error on VC7
  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

More information about the macstl-dev mailing list