$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2004-05-25 06:04:08
> > 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.