
25 May
2004
25 May
'04
11:04 a.m.
P.S. BTW could anybody give some hint on "very short" error message by Intel compiler here: http://tinyurl.com/2c2zy
The problem seems to lie in that basic_cstring<>::npos is an unnamed enum, and ICC does not like it to be passed as a template arg (I don't actually know if this is a conformant diagnostic.) Anyway, the problem goes away (confirmed in ICC 7.1) with the folowing patch in basic_cstring.hpp:
Thanks, JoaquĆn Applied. Is it indeed invalid? Gennadiy.