www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - Intel C++ Compiler 11 Support?

reply ShaChris23 <aristopac yahoo.com> writes:
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.
Nov 25 2008
parent "Matthew Wilson" <matthew hat.stlsoft.dot.org> writes:
Probably this'll work fine if you just insert the following two lines at line
480 of include/stlsoft/stlsoft.h:




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.
Nov 27 2008