Re: [PATCH v1 0/5] Fix ostream format errors

2021-08-04 Thread Chris Johns
On 5/8/21 1:54 am, Ryan Long wrote: > > The last "Restore ostream format" patch set didn't fix the Coverity issues. > We verified that resetiosflags() will get rid of the issues complaints about > std::left and std::right changing the stream's format, I noticed that it > didn't complain if

[PATCH v1 0/5] Fix ostream format errors

2021-08-04 Thread Ryan Long
Hi, The last "Restore ostream format" patch set didn't fix the Coverity issues. We verified that resetiosflags() will get rid of the issues complaints about std::left and std::right changing the stream's format, I noticed that it didn't complain if std::setfill(' ') was used after changing the