------- Comment #7 from pluto at agmk dot net 2007-05-29 10:17 ------- (In reply to comment #6) > + str.exceptions ( stlp_std::istringstream::eofbit || > stlp_std::istringstream::badbit || stlp_std::istringstream::failbit );
^^^^^^^^^^^^ of course it should be '|' instead of '||' (shame on me) but the warning is still presents. it is also presents when i use the fail() method instead of exceptions machinery. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32132