Paul Hackett

Results 1 issues of Paul Hackett

https://github.com/boostorg/format/blob/78ef371d2d90462671b90c3af407fae07820b193/include/boost/format/alt_sstream_impl.hpp#L127 Line 127 is - else if(way == ::std::ios_base::beg) It is followed on line 129 - else if(way != ::std::ios_base::beg) Which, of course is always true given the previous test....