Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8165: basic_text_iprimitive loads garbage instead of throwing
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-24 06:38:18
#8165: basic_text_iprimitive loads garbage instead of throwing
-------------------------------------+-------------------------------------
Reporter: Louis Dionne | Owner: ramey
<louis.dionne92@â¦> | Status: reopened
Type: Bugs | Component: serialization
Milestone: To Be Determined | Severity: Problem
Version: Boost Development | Keywords: serialization
Trunk | archive_exception
Resolution: | input_stream_error
-------------------------------------+-------------------------------------
Changes (by anonymous):
* status: closed => reopened
* version: Boost 1.53.0 => Boost Development Trunk
* resolution: fixed =>
Comment:
This problem is not fixed at all.
> if(! is.fail()){
> is >> t;
> return;
> }
above code is not changed to:
> if(is >> t){
> return;
> }
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8165#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC