
20 Jul
2010
20 Jul
'10
6:47 p.m.
On 20 July 2010 19:28, Fernando Cacciola <fernando.cacciola@gmail.com> wrote:
This is clearly a bug so I can only guess that no one is using it (except for the user that reported it).
The fix is quite trivial:
https://svn.boost.org/trac/boost/changeset/64206
And I've updated the test accordingly to make sure it works.
Can I marge the fix into the release branch?
That doesn't look right to me. If the input isn't valid, you should set the stream's fail bit, not assert. Daniel