We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91dc19 commit 6607510Copy full SHA for 6607510
include/boost/format/alt_sstream_impl.hpp
@@ -126,7 +126,7 @@ namespace boost {
126
off += static_cast<off_type>(putend_ - pptr());
127
else if(way == ::std::ios_base::beg)
128
off += static_cast<off_type>(pbase() - pptr());
129
- else if(way != ::std::ios_base::beg)
+ else
130
return pos_type(off_type(-1));
131
if(pbase() <= off+pptr() && off+pptr() <= putend_)
132
// set pptr
0 commit comments