
4 Jan
2008
4 Jan
'08
11:20 a.m.
Paul Baxter schrieb:
Most failures seem caused by the standard library which for some reason fails on code like
#include <algorithm>
int main() { char a[ 10 ], b[ 10 ]; std::copy( a, a + 10, b ); }
I don't have the compiler here to verify that the above fails, but if it does, we probably need to submit it to Intel and Dinkumware and see what they have to say about it. FWIW, the above code works fine with ICC 9.1 on Windows.
I've seen this with ICC 9.1 as well, maybe a newer version introduced this problem? At least I have seen exactly the same error with std::copy and ICC 9.1.<some recent update for ICC after VS2005 SP1> - which version did you use for trying? Cheers, Anteru