https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78861

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
No, that will convert the stream to a bool then try to bitshift it.

It should be:

   result = bool( iss >> t.duration >> t.width );

Reply via email to