November 26, 2008
Hi,

When I tried to compile StlSoft using Intel C++ Compiler 11 under MSVC 2008, it said this is not supported yet. Is there an estimate of when ICC 11 might be supported?

Thanks!

S.
November 27, 2008
Probably this'll work fine if you just insert the following two lines at line 480 of include/stlsoft/stlsoft.h:

# elif (__INTEL_COMPILER == 1100)
#  define STLSOFT_COMPILER_VERSION_STRING       "Intel C/C++ 11.0"

The reason I've not done this yet is that I don't currently have access to Intel 11, and I don't like to claim support when it's not
yet been verified. Since you have the compiler, you can be my researcher! ;-)

If this works, I'll roll it up with the (expected) fix to enable VC++ 9 (2008) to work with pod_vector. Let me know ...

Cheers

Matt


"ShaChris23" <aristopac@yahoo.com> wrote in message news:ggi95p$14ce$1@digitalmars.com...
> Hi,
>
> When I tried to compile StlSoft using Intel C++ Compiler 11 under MSVC 2008, it said this is not supported yet. Is there an
estimate of when ICC 11 might be supported?
>
> Thanks!
>
> S.