Subject: [Boost-bugs] [Boost C++ Libraries] #13174: boost::property_tree::read_json throws exception
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-08-22 00:38:04
#13174: boost::property_tree::read_json throws exception
------------------------------+---------------------
Reporter: anonymous | Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.64.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
{{{
boost::property_tree::ptree tree;
std::stringstream ss("{\"name\": \"test\"}");
boost::property_tree::read_json(ss, tree);
}}}
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13174> 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-08-22 00:44:24 UTC